summaryrefslogtreecommitdiffhomepage
path: root/config.mk
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-03-31 08:21:00 +0200
committerbakkeby <[email protected]>2020-03-31 10:21:45 +0200
commita560b9cb53f3efc031e8d944231f53f4a9720203 (patch)
treeeb0d0e3a7a5d96cd93beaffdead935011cc1acd6 /config.mk
parentf2673fec53bbba86cc5ba2c1ea8ff5f67346f908 (diff)
downloaddwm-flexipatch-a560b9cb53f3efc031e8d944231f53f4a9720203.tar.gz
dwm-flexipatch-a560b9cb53f3efc031e8d944231f53f4a9720203.zip
Adding rounded corners 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 c1308d6..6dbf624 100644
--- a/config.mk
+++ b/config.mk
@@ -23,12 +23,15 @@ FREETYPEINC = /usr/include/freetype2
# Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH
#LMPDCLIENT = -lmpdclient
+# Uncomment this for the rounded corners patch / ROUNDED_CORNERS_PATCH
+#XEXTLIB = -lXext
+
# 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} ${LXCBLIBS}
+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender ${LMPDCLIENT} ${LXCBLIBS} ${XEXTLIB}
# flags