slock

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit dc5c20a6d1de8a560ed784ed22dffbdb54866ad3
parent 3f2ac9baec092def7ca42772a007253936b4feec
Author: bakkeby <bakkeby@gmail.com>
Date:   Mon, 13 Sep 2021 15:42:39 +0200

Comment out dependencies by default

Diffstat:
Mconfig.mk | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.mk b/config.mk @@ -11,14 +11,14 @@ X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # Uncomment for message patch / MESSAGE_PATCH / COLORMESSAGE_PATCH / DWM_LOGO_PATCH -XINERAMA=-lXinerama -XINERAMAFLAGS = -DXINERAMA +#XINERAMA=-lXinerama +#XINERAMAFLAGS = -DXINERAMA # Uncomment for pam auth patch / PAMAUTH_PATCH #PAM=-lpam # Uncomment for blur pixelated screen patch / BLUR_PIXELATED_SCREEN_PATCH -IMLIB=-lImlib2 +#IMLIB=-lImlib2 # includes and libs INCS = -I. -I/usr/include -I${X11INC}