diff options
| author | Johns <johns98@gmx.net> | 2012-07-18 21:43:22 +0200 |
|---|---|---|
| committer | Johns <johns98@gmx.net> | 2012-07-18 21:43:22 +0200 |
| commit | 92837bc310accfef1f452e5b6b94dd6c512a93aa (patch) | |
| tree | 9592ec011968e4b932c8d3a10ce94f10008250d4 /Makefile | |
| parent | 049ab1c30fa8571f0dc23ccc473e8a0c0eb297af (diff) | |
| download | vdr-plugin-play-92837bc310accfef1f452e5b6b94dd6c512a93aa.tar.gz vdr-plugin-play-92837bc310accfef1f452e5b6b94dd6c512a93aa.tar.bz2 | |
xcb-icccm needed for window name.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 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): |
