Skip to content

Commit

Permalink
fix pkg-config packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Dec 12, 2011
1 parent cbe46b6 commit 96ebac8
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 mousefunc.o font.o strlcpy.o strlcat.o y.tab.o \
strtonum.o fgetln.o

CPPFLAGS+= `pkg-config --cflags xft`
CPPFLAGS+= `pkg-config --cflags fontconfig x11 xft xinerama xrandr`

CFLAGS= -Wall -O2 -g

LDFLAGS+= `pkg-config --libs xft xinerama xrandr`
LDFLAGS+= `pkg-config --libs fontconfig x11 xft xinerama xrandr`

MANPREFIX= ${PREFIX}/share/man

Expand Down

0 comments on commit 96ebac8

Please sign in to comment.