libxcb: re-disable building documentation for the host
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 6 Jan 2014 13:16:20 +0000 (14:16 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 6 Jan 2014 13:16:20 +0000 (14:16 +0100)
Fixes http://autobuild.buildroot.net/results/98f/98f8dd2d1a9f8fac3024caf5aa0ca54fcf320389/

Commit 862e1221d (Bump xcb-proto & libxcb version to 1.10) accidently
dropped the --disable-build-docs configure arguments for the host variant,
which in the best case slows down the build for no use, and on certain
hosts breaks the build as doxygen runs out of memory.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x11r7/libxcb/libxcb.mk

index ef6b4ce4f339b18caf9733c96fd3142510da2266..fa8ed6dc214409072612463ab41609d813b3d07a 100644 (file)
@@ -17,6 +17,7 @@ LIBXCB_DEPENDENCIES = \
        host-xcb-proto host-python host-pkgconf
 
 LIBXCB_CONF_OPT = --disable-build-docs
+HOST_LIBXCB_CONF_OPT = --disable-build-docs
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))