diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-07 22:50:17 -0500 |
|---|---|---|
| committer | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-07 22:50:17 -0500 |
| commit | 4cc1051aaacc1c50dcd7f533688d7657f1f12f97 (patch) | |
| tree | f5742b35503b4cb7c7b827d2f4f4bd88e2b5cc5b /slock/config.mk | |
| parent | c1f57a70f482dab6d5c6326b17195aadce7fb63b (diff) | |
Center logo and refresh accent color faster
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 |
