From 92837bc310accfef1f452e5b6b94dd6c512a93aa Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 18 Jul 2012 21:43:22 +0200 Subject: xcb-icccm needed for window name. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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): -- cgit v1.2.3