mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
depends: don't use OpenGL in Qt on macOS
This commit is contained in:
parent
ba0cad2702
commit
2359a4790d
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ $(package)_config_opts += -no-feature-wizard
|
|||
$(package)_config_opts += -no-feature-xml
|
||||
|
||||
$(package)_config_opts_darwin = -no-dbus
|
||||
$(package)_config_opts_darwin += -no-opengl
|
||||
|
||||
ifneq ($(build_os),darwin)
|
||||
$(package)_config_opts_darwin += -xplatform macx-clang-linux
|
||||
|
|
Loading…
Reference in a new issue