Skip to content

Commit 2359a47

Browse files
committed
depends: don't use OpenGL in Qt on macOS
1 parent ba0cad2 commit 2359a47

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)