[vlc-devel] [PATCH] [1.0-bugfix] disable global hotkey if XCB is explicely disabled

Anthony Loiseau thannoy at actech-innovation.com
Tue May 26 12:25:11 CEST 2009


Hi,

I have XCB on my Linux computer, but I am cross-compiling for windows.
Since pkg-config find my host xcb-*, I explicitly disabled it using
--disabled-xcb on the configure (I'm lazy :).

Unfortunately, global hokey was still trying to link against xcb (it
found xcb outsite the enable-xcb test). Attached is a patch proposal to
disable global hotkey when xcb is disabled since its looks like
dependent.

This patch is 1.0-bugfix based since I had no problem with master (in
which globalhotkeys is added inside XCB test).
NB: Maybe there is a more suitable patch to cherry-pick from master.

_Anthony


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-configure.ac-ignore-Global-hotkeys-if-XCB-is-disabl.patch
Type: text/x-patch
Size: 1764 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090526/f8ccba1c/attachment.bin>


More information about the vlc-devel mailing list