aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-03-21 23:45:26 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-03-21 23:45:26 +0200
commit810b1310d6173250df850db0538e7f1b1cfb2843 (patch)
treeb7e981214b670115ba47c73ccde30ce0a51ca0fa /depends
parentd2a78ee9288e4d3bace9125bcfae6b7747f85982 (diff)
downloadbitcoin-810b1310d6173250df850db0538e7f1b1cfb2843.tar.xz
build: Do not build unused CoreWLAN stuff in depends for macOS
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/qt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk
index 0ac6f496c4..7d96197221 100644
--- a/depends/packages/qt.mk
+++ b/depends/packages/qt.mk
@@ -111,6 +111,7 @@ $(package)_config_opts += -no-feature-xml
$(package)_config_opts_darwin = -no-dbus
$(package)_config_opts_darwin += -no-opengl
$(package)_config_opts_darwin += -pch
+$(package)_config_opts_darwin += -no-feature-corewlan
$(package)_config_opts_darwin += -device-option QMAKE_MACOSX_DEPLOYMENT_TARGET=$(OSX_MIN_VERSION)
ifneq ($(build_os),darwin)