depends: libxcb: configure flags cleanup

This commit is contained in:
fanquake 2019-07-10 16:55:57 +08:00
parent e439388b35
commit e656d95ec7
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -6,7 +6,7 @@ $(package)_sha256_hash=98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c
$(package)_dependencies=xcb_proto libXau $(package)_dependencies=xcb_proto libXau
define $(package)_set_vars 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, # 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. # so we skip building all of the extensions here.
# More info is available from: https://doc.qt.io/qt-5.9/linux-requirements.html # More info is available from: https://doc.qt.io/qt-5.9/linux-requirements.html