aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-10-04 22:59:45 +0200
committerChristoph Lohmann <20h@r-36.net>2012-10-04 22:59:45 +0200
commit639104946a2f7247a6c94cd7beaaf7487f287cb6 (patch)
tree6fc9729271d8a27b403110550515d47a29b93e20 /config.mk
parent5ef745726659d3d9f7b3a1e7f0e7cb1f32b7d35b (diff)
downloadst-639104946a2f7247a6c94cd7beaaf7487f287cb6.tar.gz
st-639104946a2f7247a6c94cd7beaaf7487f287cb6.tar.bz2
This adds the fontcache dependency to try something out. Additionally the
invert mode now works as expected. In the config.def.h autohint is set to false, so the fonts are drawn correctly, without any overlapping.
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 f57afa2..3cd714f 100644
--- a/config.mk
+++ b/config.mk
@@ -12,7 +12,7 @@ X11LIB = /usr/X11R6/lib
# includes and libs
INCS = -I. -I/usr/include -I${X11INC} -I/usr/include/freetype2
-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft
+LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft -lfontconfig
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"