summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-08 15:46:38 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-08 15:46:38 +0200
commitdcff54ab18037b31e21def5a8fdd684c82f515a0 (patch)
treed13152a42109d9ca23ecc6577cae01f61dd5435e /config.mk
parent1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6 (diff)
Latest update
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 05d5a3e..8531fb9 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)