Add Xft and follback-fonts support to graphics lib
This commit is contained in:
committed by
Anselm R Garbe
parent
35db6d8afc
commit
14343e69cc
@ -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}
|
||||
|
Reference in New Issue
Block a user