diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-19 18:49:27 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-19 18:49:27 +0000 |
| commit | cb5d7285fa381c3bfca6fa567d7039b320a9a2d7 (patch) | |
| tree | 3eb6540629a2599746d69728e6ff8927990f981d /slock-1.4/config.mk | |
| parent | d214ade6878905318c6a4db23c91ce0851ee6ffc (diff) | |
slock has a lock screen wallpaper
Diffstat (limited to 'slock-1.4/config.mk')
| -rw-r--r-- | slock-1.4/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slock-1.4/config.mk b/slock-1.4/config.mk index 74429ae..987819e 100644 --- a/slock-1.4/config.mk +++ b/slock-1.4/config.mk @@ -12,7 +12,7 @@ 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 +LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr -lImlib2 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -DHAVE_SHADOW_H |