aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authoranselm@garbe.us <unknown>2012-11-02 12:17:50 +0100
committeranselm@garbe.us <unknown>2012-11-02 12:17:50 +0100
commitfd3c19bd550e346d515c8e124c7fa55599a1aa22 (patch)
treec7707d903864e29091542694d10059a88e37e9a6 /config.mk
parent1bdb393f81541506c9e7d8259855e30523b71238 (diff)
downloaddwm-fd3c19bd550e346d515c8e124c7fa55599a1aa22.tar.gz
incorporating Xft instead of cairo, cairo provides far too many options
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 35fd1e3..0a737ba 100644
--- a/config.mk
+++ b/config.mk
@@ -15,8 +15,8 @@ XINERAMALIBS = -lXinerama
XINERAMAFLAGS = -DXINERAMA
# includes and libs
-INCS = -I${X11INC}
-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
+INCS = -I${X11INC} -I/usr/include/freetype2
+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} -lutil -lXext -lXft -lfontconfig
# flags
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
remember that computers suck.