about summary refs log tree commit diff stats
path: root/config.mk
diff options
context:
space:
mode:
author2020-02-08 15:27:02 -0500
committer2020-02-08 15:27:02 -0500
commitd1a3c6cd1f8c84109ac181c8a7dbb29181862aea (patch)
treee8a37a3d797af0d9ad160ab9d37aa1935363244e /config.mk
parentb77479ef71963059cfb4e6f9568589eab6009a6f (diff)
downloaddmenu-d1a3c6cd1f8c84109ac181c8a7dbb29181862aea.tar.gz
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 0929b4a..260eeae 100644
--- a/config.mk
+++ b/config.mk
@@ -20,7 +20,7 @@ FREETYPEINC = /usr/include/freetype2
 
 # includes and libs
 INCS = -I$(X11INC) -I$(FREETYPEINC)
-LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS)
+LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -lXrender
 
 # flags
 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS)