mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Merge #17676: depends: don't use OpenGL in Qt on macOS
2359a4790d
depends: don't use OpenGL in Qt on macOS (fanquake)ba0cad2702
build: pass -dead_strip_dylibs to ld on macOS (fanquake) Pull request description: Based on #17663. OpenGL on macOS was also deprecated in 10.14. This also removes the `/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL` dylib from `bitcoin-qt`. ACKs for top commit: laanwj: ACK2359a4790d
jonasschnelli: utACK2359a4790d
hebasto: ACK2359a4790d
Tree-SHA512: 39b0151832c829f6ebdc4910eb28ebbeba64539cd04eba6ce3ec75fc0f231569956ca51a1e0bffc76dd27e85643c65a155320b9b450c49e9841e12b108406d41
This commit is contained in:
commit
91559da683
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…
Add table
Reference in a new issue