We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6e240 commit 27a2a12Copy full SHA for 27a2a12
contrib/devtools/symbol-check.py
@@ -138,6 +138,7 @@
138
'Metal', # 3D graphics
139
'Security', # access control and authentication
140
'QuartzCore', # animation
141
+'OpenGL',
142
}
143
144
PE_ALLOWED_LIBRARIES = {
depends/packages/qt.mk
@@ -154,7 +154,6 @@ $(package)_config_opts += -no-feature-qml-worker-script
154
$(package)_config_opts += -no-feature-qml-xml-http-request
155
156
$(package)_config_opts_darwin = -no-dbus
157
-$(package)_config_opts_darwin += -no-opengl
158
$(package)_config_opts_darwin += -pch
159
$(package)_config_opts_darwin += -no-feature-corewlan
160
$(package)_config_opts_darwin += -no-freetype
0 commit comments