summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-07-18 21:43:22 +0200
committerJohns <johns98@gmx.net>2012-07-18 21:43:22 +0200
commit92837bc310accfef1f452e5b6b94dd6c512a93aa (patch)
tree9592ec011968e4b932c8d3a10ce94f10008250d4 /Makefile
parent049ab1c30fa8571f0dc23ccc473e8a0c0eb297af (diff)
downloadvdr-plugin-play-92837bc310accfef1f452e5b6b94dd6c512a93aa.tar.gz
vdr-plugin-play-92837bc310accfef1f452e5b6b94dd6c512a93aa.tar.bz2
xcb-icccm needed for window name.
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):