summaryrefslogtreecommitdiffhomepage
path: root/config.mk
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-22 19:08:00 +0200
committerbakkeby <[email protected]>2019-10-24 09:33:20 +0200
commit3726d8d1ead98778f585e0f75256977dcba4de07 (patch)
tree43b61a0e65427cf9b7d9b774c6c9c4e08872ebbf /config.mk
parent71e61d180ec5d365a3fd3eb4739d33f5da80a517 (diff)
downloaddwm-flexipatch-3726d8d1ead98778f585e0f75256977dcba4de07.tar.gz
dwm-flexipatch-3726d8d1ead98778f585e0f75256977dcba4de07.zip
Adding swallow patch
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 856d8ca..c1308d6 100644
--- a/config.mk
+++ b/config.mk
@@ -23,9 +23,12 @@ FREETYPEINC = /usr/include/freetype2
# Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH
#LMPDCLIENT = -lmpdclient
+# Uncomment this for the swallow patch / SWALLOW_PATCH
+#LXCBLIBS = -lX11-xcb -lxcb -lxcb-res
+
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender ${LMPDCLIENT}
+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender ${LMPDCLIENT} ${LXCBLIBS}
# flags