Skip to content

Commit 91559da

Browse files
committed
Merge #17676: depends: don't use OpenGL in Qt on macOS
2359a47 depends: don't use OpenGL in Qt on macOS (fanquake) ba0cad2 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: ACK 2359a47 jonasschnelli: utACK 2359a47 hebasto: ACK 2359a47 Tree-SHA512: 39b0151832c829f6ebdc4910eb28ebbeba64539cd04eba6ce3ec75fc0f231569956ca51a1e0bffc76dd27e85643c65a155320b9b450c49e9841e12b108406d41
2 parents b6fb899 + 2359a47 commit 91559da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ $(package)_config_opts += -no-feature-wizard
105105
$(package)_config_opts += -no-feature-xml
106106

107107
$(package)_config_opts_darwin = -no-dbus
108+
$(package)_config_opts_darwin += -no-opengl
108109

109110
ifneq ($(build_os),darwin)
110111
$(package)_config_opts_darwin += -xplatform macx-clang-linux

0 commit comments

Comments
 (0)