add xft to pkg-config, add cflags pkg-config
This commit is contained in:
parent
0006a90c86
commit
760368942a
3
Makefile
3
Makefile
@ -3,7 +3,8 @@ EXT=.c
|
||||
FLAGS=-O0 -g
|
||||
DEBUG_FLAGS=-DDEBUG -fsanitize=undefined -fsanitize=address
|
||||
DEPFLAGS=-MD -MP
|
||||
LIBS=$(shell pkg-config --libs xcb x11 xinerama json-c)
|
||||
LIBS=$(shell pkg-config --libs xcb x11 xinerama xft json-c cmocka)
|
||||
FLAGS+=$(shell pkg-config --cflags xcb x11 xinerama xft json-c cmocka)
|
||||
EXEC_NAME=wm
|
||||
|
||||
OBJDIR=obj
|
||||
|
Loading…
x
Reference in New Issue
Block a user