From 3c79bcb40808c31a9f8f47538f4f8d5c489b7f60 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Vuotto Date: Sat, 13 Feb 2016 18:42:14 -0300 Subject: Added xft support Based on xft tabbed patch from the wiki. Signed-off-by: Lucas Gabriel Vuotto Signed-off-by: Christoph Lohmann <20h@r-36.net> --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 441b2de..3a71529 100644 --- a/config.mk +++ b/config.mk @@ -8,8 +8,8 @@ PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man # includes and libs -INCS = -I. -I/usr/include -LIBS = -L/usr/lib -lc -lX11 +INCS = -I. -I/usr/include -I/usr/include/freetype2 +LIBS = -L/usr/lib -lc -lX11 -lfontconfig -lXft # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -- cgit v1.2.3