summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2016-08-06 15:27:58 +0200
committerBert Münnich <ber.t@posteo.de>2016-08-06 15:27:58 +0200
commitc280129cef4ff2e8667b8700c9bdf671fdd7c8ef (patch)
treef440d93fe935f2e68bb0460927097130160f97f0 /Makefile
parentaabc2bddbdeecdb2651394d90b10a9290a69b527 (diff)
downloadnsxiv-c280129cef4ff2e8667b8700c9bdf671fdd7c8ef.tar.zst
Use Xft for font loading and text drawing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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