Commit 3acf323e authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libxcb: don't build doxygen documentation



In most situations we don't care about documentation, and newer doxygen
versions (1.7.x) seems to have issues with it, breaking the build.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 534c6a68
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,11 +15,14 @@ LIBXCB_DEPENDENCIES = \
LIBXCB_CONF_ENV = STAGING_DIR="$(STAGING_DIR)"
LIBXCB_MAKE_OPT = XCBPROTO_XCBINCLUDEDIR=$(STAGING_DIR)/usr/share/xcb \
	XCBPROTO_XCBPYTHONDIR=$(HOST_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages
HOST_LIBXCB_CONF_OPT = --disable-build-docs

HOST_LIBXCB_DEPENDENCIES = \
	host-libxslt host-pthread-stubs host-xcb-proto host-xlib_libXdmcp \
	host-xlib_libXau host-python

HOST_LIBXCB_CONF_OPT = --disable-build-docs

$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))