Add Xft and follback-fonts support to graphics lib

This commit is contained in:
Eric Pruitt 2015-03-05 20:26:11 -08:00 committed by Anselm R Garbe
parent 35db6d8afc
commit 14343e69cc
6 changed files with 299 additions and 103 deletions

View file

@ -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} -lfontconfig -lXft
# flags
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}