]> git.sur5r.net Git - i3/i3lock/commitdiff
add xcb-atom to pkg-config calls 2.5
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 9 Jun 2013 09:44:57 +0000 (11:44 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 9 Jun 2013 09:48:39 +0000 (11:48 +0200)
Makefile

index c910e52416c66b24187c5e63472193dc5aaee8fe..2633bef4262655bc4c896b3fb87c42d20eaffd61 100644 (file)
--- 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