summaryrefslogtreecommitdiffhomepage
path: root/config.mk
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-10 23:09:07 +0200
committerbakkeby <[email protected]>2019-10-10 23:09:07 +0200
commited1c509df3faf757a5b46bae0cfa59035977b50c (patch)
treefcfc75bba17b651ebe2b27786933675c1cfbd489 /config.mk
parent703e9da1108cb3d69314bdd979b8ec9141a28618 (diff)
downloaddwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.tar.gz
dwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.zip
Adding mdpcontrol patch
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 3cb1518..856d8ca 100644
--- a/config.mk
+++ b/config.mk
@@ -20,9 +20,13 @@ FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2
+# Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH
+#LMPDCLIENT = -lmpdclient
+
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender
+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender ${LMPDCLIENT}
+
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}