summaryrefslogtreecommitdiffhomepage
path: root/config.mk
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-02-11 12:01:08 +0100
committerbakkeby <[email protected]>2021-02-11 12:01:08 +0100
commit1d092253e3b9ee5e310957d83edb2effad10cdb8 (patch)
tree308e95e54c2ddfd5b4dc6edaaeff3e932489159e /config.mk
parentb4758c388d968de19d633284e86a33c4fb592982 (diff)
downloaddwm-flexipatch-1d092253e3b9ee5e310957d83edb2effad10cdb8.tar.gz
dwm-flexipatch-1d092253e3b9ee5e310957d83edb2effad10cdb8.zip
Adding riodraw patch
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.mk b/config.mk
index 0ff4840..2f2b695 100644
--- a/config.mk
+++ b/config.mk
@@ -23,9 +23,9 @@ FREETYPEINC = /usr/include/freetype2
#KVMLIB = -lkvm
# Uncomment this for the alpha patch / BAR_ALPHA_PATCH
-#XRENDER = -lXrender
+XRENDER = -lXrender
-# Uncomment this for the mpdcontrol patch / MPDCONTROL_PATCH
+# Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH
#MPDCLIENT = -lmpdclient
# Uncomment for the pango patch / BAR_PANGO_PATCH
@@ -33,14 +33,14 @@ FREETYPEINC = /usr/include/freetype2
#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}