[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
More information about the vlc-devel
mailing list