Use Xft for font loading and text drawing
This commit is contained in:
6
Makefile
6
Makefile
@ -5,9 +5,9 @@ MANPREFIX := $(PREFIX)/share/man
|
||||
|
||||
CC ?= gcc
|
||||
CFLAGS += -std=c99 -Wall -pedantic
|
||||
CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=700
|
||||
LDFLAGS += -L$(PREFIX)/lib
|
||||
LIBS := -lX11 -lImlib2
|
||||
CPPFLAGS += -I/usr/include/freetype2 -D_XOPEN_SOURCE=700
|
||||
LDFLAGS +=
|
||||
LIBS := -lImlib2 -lX11 -lXft
|
||||
|
||||
# optional dependencies:
|
||||
# giflib: gif animations
|
||||
|
Reference in New Issue
Block a user