[vlc-commits] [Git][videolan/vlc][master] contrib: qtbase: do not enforce desktop opengl

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon May 6 22:34:12 UTC 2024



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
f12d8676 by Fatih Uzunoglu at 2024-05-06T21:24:52+00:00
contrib: qtbase: do not enforce desktop opengl

By default, Qt uses dynamic OpenGL and it seems
to be sufficient for our needs.

- - - - -


1 changed file:

- contrib/src/qt/rules.mak


Changes:

=====================================
contrib/src/qt/rules.mak
=====================================
@@ -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 \



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f12d867645d17d2058da1860b439593c8c6f6612

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f12d867645d17d2058da1860b439593c8c6f6612
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list