diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-07 22:42:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-07 22:42:55 -0500 |
| commit | 7993e7471ab97562eb24dd637952d2c8097f1168 (patch) | |
| tree | f8b1c522ba38a60f2133d00be20c0eb1c113c188 /slock/config.mk | |
| parent | d34a3e198385aaea1d2e56ae75dd2c1894673846 (diff) | |
| parent | 2020c8059e6328a3020e4d8c7cfd2265a9dc7caa (diff) | |
Merge pull request #15 from ihateamongus/codex/customize-slock-with-dynamic-logo-and-blur
Add accent-aware ASCII logo and blur to slock
Diffstat (limited to 'slock/config.mk')
| -rw-r--r-- | slock/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slock/config.mk b/slock/config.mk index dcd27d0..5c17d5e 100644 --- a/slock/config.mk +++ b/slock/config.mk @@ -11,8 +11,8 @@ X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # includes and libs -INCS = -I. -I/usr/include -I${X11INC} -LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr +INCS = -I. -I/usr/include -I${X11INC} $(shell pkg-config --cflags xft imlib2) +LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr $(shell pkg-config --libs xft imlib2) # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -DHAVE_SHADOW_H |
