Commit 747a97b2 authored by Rafaël Carré's avatar Rafaël Carré

xcb-window: make sure VLC_ADD_CFLAGS is useful

fix compilation of code under #ifdef HAVE_XCB_KEYSYMS
-> fix key bindings
parent 19d9676f
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment