X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=c910e52416c66b24187c5e63472193dc5aaee8fe;hb=e69b98561b736a991f8c0d6d27ceaea621d2a271;hp=a917d6c967b24ac6d41b240ad502553fcf0e7a40;hpb=79398d9102c8f9ae2c8fff47e8896c6e9266d866;p=i3%2Fi3lock diff --git a/Makefile b/Makefile index a917d6c..c910e52 100644 --- a/Makefile +++ b/Makefile @@ -11,17 +11,10 @@ CFLAGS += -std=c99 CFLAGS += -pipe CFLAGS += -Wall CPPFLAGS += -D_GNU_SOURCE -ifndef NOLIBCAIRO -CFLAGS += $(shell pkg-config --cflags cairo xcb-keysyms xcb-dpms xcb-xinerama) -LIBS += $(shell pkg-config --libs cairo xcb-keysyms xcb-dpms xcb-xinerama xcb-image) -else -CPPFLAGS += -DNOLIBCAIRO -CFLAGS += $(shell pkg-config --cflags xcb-keysyms xcb-dpms xcb-xinerama) -LIBS += $(shell pkg-config --libs xcb-keysyms xcb-dpms xcb-image xcb-xinerama) -endif +CFLAGS += $(shell pkg-config --cflags cairo xcb-dpms xcb-xinerama xkbcommon xkbfile x11 x11-xcb) +LIBS += $(shell pkg-config --libs cairo xcb-dpms xcb-xinerama xcb-image xkbcommon xkbfile x11 x11-xcb) LIBS += -lpam LIBS += -lev -LIBS += -lX11 FILES:=$(wildcard *.c) FILES:=$(FILES:.c=.o)