summaryrefslogtreecommitdiffstats
path: root/package/x11r7
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-01-06 14:16:20 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-01-06 14:16:20 +0100
commit948b92693dd6ee9ea868b9b613a8ffb71baedb47 (patch)
treed64cd7214500d647ca5506438fc2e17ae193c915 /package/x11r7
parent2ce67935e80b2ea6b24f22ebf1e810eae3dcefe0 (diff)
downloadbuildroot-948b92693dd6ee9ea868b9b613a8ffb71baedb47.tar.gz
buildroot-948b92693dd6ee9ea868b9b613a8ffb71baedb47.zip
libxcb: re-disable building documentation for the host
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>
Diffstat (limited to 'package/x11r7')
-rw-r--r--package/x11r7/libxcb/libxcb.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
index ef6b4ce4f3..fa8ed6dc21 100644
--- a/package/x11r7/libxcb/libxcb.mk
+++ b/package/x11r7/libxcb/libxcb.mk
@@ -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))
OpenPOWER on IntegriCloud