reverting to plain X11 fonts in order to implement draw.c default
This commit is contained in:
parent
917e281634
commit
61fe833a06
3 changed files with 68 additions and 38 deletions
|
@ -15,8 +15,8 @@ XINERAMALIBS = -lXinerama
|
|||
XINERAMAFLAGS = -DXINERAMA
|
||||
|
||||
# includes and libs
|
||||
INCS = -I${X11INC} -I/usr/include/freetype2
|
||||
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} -lutil -lXext -lXft -lfontconfig
|
||||
INCS = -I${X11INC}
|
||||
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
|
||||
|
||||
# flags
|
||||
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue