summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-22 13:26:49 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-22 13:26:49 +0400
commit9259a44ab2d79d9e25770745d0279b69cf3188b8 (patch)
treed01e802176d30c5beb8318201721921225c071f4 /config.mk
parenta3497cf7663981359fdc727c4a27eae50098649e (diff)
Added alpha patch and changed color schemeHEADmaster
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 037f9d7..44df003 100644
--- a/config.mk
+++ b/config.mk
@@ -9,7 +9,7 @@ MANPREFIX = ${PREFIX}/share/man
# includes and libs
INCS = -I. -I/usr/include -I/usr/include/freetype2
-LIBS = -L/usr/lib -lc -lX11 -lfontconfig -lXft
+LIBS = -L/usr/lib -lc -lX11 -lfontconfig -lXft -lXrender
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE