aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-07-10 16:55:57 +0800
committerfanquake <fanquake@gmail.com>2019-08-14 20:34:28 +0800
commite656d95ec74336c2bd93bd387f67aeb6aed4dc40 (patch)
tree1f11587e1157777fd0ab12a12e95ac69c34e5aa7 /depends
parente439388b352b7dfbf2e00c6ba2970fed0a4a5554 (diff)
downloadbitcoin-e656d95ec74336c2bd93bd387f67aeb6aed4dc40.tar.xz
depends: libxcb: configure flags cleanup
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/libxcb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/libxcb.mk b/depends/packages/libxcb.mk
index 90bc15f9f4..49d3e3d15b 100644
--- a/depends/packages/libxcb.mk
+++ b/depends/packages/libxcb.mk
@@ -6,7 +6,7 @@ $(package)_sha256_hash=98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c
$(package)_dependencies=xcb_proto libXau
define $(package)_set_vars
-$(package)_config_opts=--disable-static
+$(package)_config_opts=--disable-static --disable-build-docs --without-doxygen --without-launchd
# Because we pass -qt-xcb to Qt, it will compile in a set of xcb helper libraries and extensions,
# so we skip building all of the extensions here.
# More info is available from: https://doc.qt.io/qt-5.9/linux-requirements.html