diff options
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | README.txt | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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): @@ -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 |
