diff options
| author | fanquake <[email protected]> | 2019-12-05 08:42:03 -0500 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-12-05 09:07:03 -0500 |
| commit | 2359a4790d93ffd17b8afc2fea3775dd858ef50d (patch) | |
| tree | a0366297ab02e8593c821a0b496ef395c5d91b8f | |
| parent | build: pass -dead_strip_dylibs to ld on macOS (diff) | |
| download | discoin-2359a4790d93ffd17b8afc2fea3775dd858ef50d.tar.xz discoin-2359a4790d93ffd17b8afc2fea3775dd858ef50d.zip | |
depends: don't use OpenGL in Qt on macOS
| -rw-r--r-- | depends/packages/qt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk index c9ffc1036..f1d234ccf 100644 --- a/depends/packages/qt.mk +++ b/depends/packages/qt.mk @@ -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 |