From c280129cef4ff2e8667b8700c9bdf671fdd7c8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sat, 6 Aug 2016 15:27:58 +0200 Subject: Use Xft for font loading and text drawing --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c39905..fc75c00 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3