From: Michael Stapelberg Date: Sun, 9 Jun 2013 09:44:57 +0000 (+0200) Subject: add xcb-atom to pkg-config calls X-Git-Tag: 2.5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a72e0de8427938cd50fdfd42fe2d0823518315a9;p=i3%2Fi3lock add xcb-atom to pkg-config calls --- diff --git a/Makefile b/Makefile index c910e52..2633bef 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ CFLAGS += -std=c99 CFLAGS += -pipe CFLAGS += -Wall CPPFLAGS += -D_GNU_SOURCE -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) +CFLAGS += $(shell pkg-config --cflags cairo xcb-dpms xcb-xinerama xcb-atom xkbcommon xkbfile x11 x11-xcb) +LIBS += $(shell pkg-config --libs cairo xcb-dpms xcb-xinerama xcb-atom xcb-image xkbcommon xkbfile x11 x11-xcb) LIBS += -lpam LIBS += -lev