Merge branch 'qt/dynamicgl' into 'master'

contrib: qtbase: do not enforce desktop opengl

See merge request videolan/vlc!5188
This commit is contained in:
Fatih Uzunoğlu 2024-05-06 21:24:58 +00:00
commit a179b4b7cc
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ ifdef HAVE_WIN32
QTBASE_CONFIG += -no-feature-style-fusion
endif
QTBASE_CONFIG += -static -opensource -confirm-license -opengl desktop -no-pkg-config -no-openssl \
QTBASE_CONFIG += -static -opensource -confirm-license -no-pkg-config -no-openssl \
-no-gif -no-dbus -no-feature-zstd -no-feature-concurrent -no-feature-androiddeployqt \
-no-feature-sql -no-feature-testlib -system-freetype -system-harfbuzz -system-libjpeg \
-no-feature-xml -no-feature-printsupport -system-libpng -system-zlib -no-feature-network \