Skip to content

Commit

Permalink
Makefile: drop unused fontconfig dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed May 14, 2018
1 parent cae6987 commit fae5056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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

Expand Down

0 comments on commit fae5056

Please sign in to comment.