summaryrefslogtreecommitdiffhomepage
path: root/config.mk
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-03-29 19:36:53 +0200
committerbakkeby <[email protected]>2021-03-29 19:36:53 +0200
commit199b363c23f60a788b5e8f69b08304aae5959c60 (patch)
treee6316632a4a80933f568bf1c2998965adb69ab3d /config.mk
parent012d1f76392968584fe9e2c1b4b385a341d51883 (diff)
downloaddwm-flexipatch-199b363c23f60a788b5e8f69b08304aae5959c60.tar.gz
dwm-flexipatch-199b363c23f60a788b5e8f69b08304aae5959c60.zip
Comment out non-default libraries from config.mk
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 2f2b695..1c54ec6 100644
--- a/config.mk
+++ b/config.mk
@@ -23,7 +23,7 @@ FREETYPEINC = /usr/include/freetype2
#KVMLIB = -lkvm
# Uncomment this for the alpha patch / BAR_ALPHA_PATCH
-XRENDER = -lXrender
+#XRENDER = -lXrender
# Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH
#MPDCLIENT = -lmpdclient
@@ -33,14 +33,14 @@ XRENDER = -lXrender
#PANGOLIB = `pkg-config --libs xft pango pangoxft`
# Uncomment for the ipc patch / IPC_PATCH
-YAJLLIBS = -lyajl
-YAJLINC = -I/usr/include/yajl
+#YAJLLIBS = -lyajl
+#YAJLINC = -I/usr/include/yajl
# Uncomment this for the rounded corners patch / ROUNDED_CORNERS_PATCH
#XEXTLIB = -lXext
# Uncomment this for the swallow patch / SWALLOW_PATCH
-XCBLIBS = -lX11-xcb -lxcb -lxcb-res
+#XCBLIBS = -lX11-xcb -lxcb -lxcb-res
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC} ${YAJLINC} ${PANGOINC}