From 96ebac8b0486133b65d92d844804c81a6855d54f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 12 Dec 2011 16:17:39 +0100 Subject: [PATCH] fix pkg-config packages --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dc3f7f1..bd9d44d 100644 --- a/Makefile +++ b/Makefile @@ -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