Skip to content

Commit 27a2a12

Browse files
committed
build, qt: Enable OpenGL for macOS static builds
1 parent cb6e240 commit 27a2a12

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

contrib/devtools/symbol-check.py

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
'Metal', # 3D graphics
139139
'Security', # access control and authentication
140140
'QuartzCore', # animation
141+
'OpenGL',
141142
}
142143

143144
PE_ALLOWED_LIBRARIES = {

depends/packages/qt.mk

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ $(package)_config_opts += -no-feature-qml-worker-script
154154
$(package)_config_opts += -no-feature-qml-xml-http-request
155155

156156
$(package)_config_opts_darwin = -no-dbus
157-
$(package)_config_opts_darwin += -no-opengl
158157
$(package)_config_opts_darwin += -pch
159158
$(package)_config_opts_darwin += -no-feature-corewlan
160159
$(package)_config_opts_darwin += -no-freetype

0 commit comments

Comments
 (0)