Add Xft and follback-fonts support to graphics lib
This commit is contained in:
parent
35db6d8afc
commit
14343e69cc
6 changed files with 299 additions and 103 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue