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:
parent
bbb351a06a
commit
8bfafa8cf3
@ -15,6 +15,9 @@ LIBXCB_INSTALL_STAGING = YES
|
|||||||
LIBXCB_DEPENDENCIES = \
|
LIBXCB_DEPENDENCIES = \
|
||||||
host-libxslt libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
|
host-libxslt libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
|
||||||
host-xcb-proto host-python host-pkgconf
|
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
|
LIBXCB_CONF_OPTS = --with-doxygen=no
|
||||||
HOST_LIBXCB_CONF_OPTS = --with-doxygen=no
|
HOST_LIBXCB_CONF_OPTS = --with-doxygen=no
|
||||||
|
Loading…
Reference in New Issue
Block a user