summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9811bbd..953200e 100644
--- a/Makefile
+++ b/Makefile
@@ -60,14 +60,14 @@ DEFINES += $(CONFIG) -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' \
$(if $(GIT_REV), -DGIT_REV='"$(GIT_REV)"')
_CFLAGS = $(DEFINES) $(INCLUDES) \
- $(shell pkg-config --cflags xcb xcb-image)
+ $(shell pkg-config --cflags xcb xcb-icccm xcb-image)
#override _CFLAGS += -Werror
override CXXFLAGS += $(_CFLAGS)
override CFLAGS += $(_CFLAGS)
LIBS += \
- $(shell pkg-config --libs xcb xcb-image)
+ $(shell pkg-config --libs xcb xcb-icccm xcb-image)
### The object files (add further files here):