libxcb: add explicit dependencies for host variant

Signed-off-by: Julien Floret <julien.floret@6wind.com>
[Thomas: add missing host-xcb-proto dependency.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Julien Floret 2016-07-03 00:21:05 +02:00 committed by Thomas Petazzoni
parent bbb351a06a
commit 8bfafa8cf3

View File

@ -15,6 +15,9 @@ LIBXCB_INSTALL_STAGING = YES
LIBXCB_DEPENDENCIES = \
host-libxslt libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
host-xcb-proto host-python host-pkgconf
HOST_LIBXCB_DEPENDENCIES = \
host-libxslt host-libpthread-stubs host-xcb-proto host-xlib_libXdmcp \
host-xlib_libXau host-xcb-proto host-python host-pkgconf
LIBXCB_CONF_OPTS = --with-doxygen=no
HOST_LIBXCB_CONF_OPTS = --with-doxygen=no