]> git.sesse.net Git - vlc/commitdiff
xcb-window: make sure VLC_ADD_CFLAGS is useful
authorRafaël Carré <funman@videolan.org>
Mon, 19 Sep 2011 02:29:01 +0000 (22:29 -0400)
committerRafaël Carré <funman@videolan.org>
Mon, 19 Sep 2011 02:29:01 +0000 (22:29 -0400)
fix compilation of code under #ifdef HAVE_XCB_KEYSYMS
-> fix key bindings

modules/video_output/Modules.am

index 10a079c768a3eb77ca88e641d966f2d448615153..8170558b495b4bca2c0025b9b8e4bfe657f23525 100644 (file)
@@ -77,6 +77,7 @@ libxcb_glx_plugin_la_DEPENDENCIES =
 
 libxcb_window_plugin_la_SOURCES = xcb/window.c xcb/keys.c xcb/keysym.h xcb/xcb_keysym.h
 libxcb_window_plugin_la_CFLAGS = $(AM_CFLAGS) \
+       $(CFLAGS_xcb_window) \
        $(XPROTO_CFLAGS) \
        $(XCB_CFLAGS) \
        $(XCB_KEYSYMS_CFLAGS)