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 ++-- README.txt | 2 +- 2 files changed, 3 insertions(+), 3 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): diff --git a/README.txt b/README.txt index 55aad4a..db884dd 100644 --- a/README.txt +++ b/README.txt @@ -100,7 +100,7 @@ Requires: X C-language Bindings library http://xcb.freedesktop.org x11-libs/xcb-util-image, - not yet: x11-libs/xcb-util-wm, + x11-libs/xcb-util-wm, not yet: x11-libs/xcb-util-keysyms X C-language Bindings library http://xcb.freedesktop.org -- cgit v1.2.3