summaryrefslogtreecommitdiff
path: root/dwm/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/config.mk')
-rw-r--r--dwm/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.mk b/dwm/config.mk
index 0d70060..13ed3dc 100644
--- a/dwm/config.mk
+++ b/dwm/config.mk
@@ -23,7 +23,7 @@ FREETYPEINC = /usr/include/freetype2
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-res
+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-res -lXrender
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}