summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-03-10 19:52:41 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-03-10 19:52:41 -0700
commit8c0ade2c1e4f2163c75d1a18e985531af0631bba (patch)
treef70cf2fff7ddb43bb435475b1d4e3e443b5db469 /config.mk
parent3ffde570e098567f8f4608dfb554772c3e11321d (diff)
transparency now default
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 c84c5ee..19a03bb 100644
--- a/config.mk
+++ b/config.mk
@@ -14,7 +14,7 @@ X11LIB = /usr/X11R6/lib
INCS = -I. -I/usr/include -I${X11INC} \
`pkg-config --cflags fontconfig` \
`pkg-config --cflags freetype2`
-LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXft \
+LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXext -lXft -lXrender\
`pkg-config --libs fontconfig` \
`pkg-config --libs freetype2`