summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-05-14 14:47:24 +0200
committerLeah Neukirchen <leah@vuxu.org>2018-05-14 14:47:24 +0200
commitfae50566fc5a0f27c5c30c853e505ffacaf6c2f8 (patch)
tree311bc0971379be5327552398933908743d0b2d75
parentcae69879221ff88eca85c731246eaf33a51ea50e (diff)
downloadcwm-fae50566fc5a0f27c5c30c853e505ffacaf6c2f8.tar.gz
cwm-fae50566fc5a0f27c5c30c853e505ffacaf6c2f8.tar.xz
cwm-fae50566fc5a0f27c5c30c853e505ffacaf6c2f8.zip
Makefile: drop unused fontconfig dependency
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6909c9b..e770217 100644
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,11 @@ OBJS=		calmwm.o screen.o xmalloc.o client.o menu.o \
 		kbfunc.o strlcpy.o strlcat.o y.tab.o \
 		strtonum.o reallocarray.o
 
-CPPFLAGS+=	`pkg-config --cflags fontconfig x11 xft xrandr`
+CPPFLAGS+=	`pkg-config --cflags x11 xft xrandr`
 
 CFLAGS?=	-Wall -O2 -g -D_GNU_SOURCE
 
-LDFLAGS+=	`pkg-config --libs fontconfig x11 xft xrandr`
+LDFLAGS+=	`pkg-config --libs x11 xft xrandr`
 
 MANPREFIX?=	${PREFIX}/share/man