[vlc-devel] [PATCH] [1.0-bugfix] disable global hotkey if XCB is explicely disabled
Rémi Denis-Courmont
remi at remlab.net
Tue May 26 14:42:27 CEST 2009
On Tue, 26 May 2009 12:25:11 +0200, Anthony Loiseau
<thannoy at actech-innovation.com> wrote:
> 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.
In 1.0, XCB global hotkeys are enabled by default (because it works great
and there is no Xlib equivalent), whereas the XCB outputs are disabled by
default (because they're incomplete). That's on purpose.
It seems rather like your pkg-config/configure setup is wrong.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list