mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
fix pkg-config packages
This commit is contained in:
parent
cbe46b651f
commit
96ebac8b04
4
Makefile
4
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user