[vlc-commits] contribs: qt: Build with opengl enabled

Hugo Beauzée-Luyssen git at videolan.org
Fri Aug 24 17:49:34 CEST 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Aug 24 13:42:20 2018 +0200| [3de7e512ad8aa8aef93a1d6c26bb6d6247578adc] | committer: Hugo Beauzée-Luyssen

contribs: qt: Build with opengl enabled

It is required for QGraphicalEffects

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3de7e512ad8aa8aef93a1d6c26bb6d6247578adc
---

 contrib/src/qt/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index 1d5a9435d3..dd038b3ce7 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -48,7 +48,7 @@ endif
 endif
 
 QT_CONFIG := -static -opensource -confirm-license -no-pkg-config \
-	-no-sql-sqlite -no-gif -qt-libjpeg -no-openssl -no-opengl -no-dbus \
+	-no-sql-sqlite -no-gif -qt-libjpeg -no-openssl -opengl desktop -no-dbus \
 	-no-sql-odbc -no-pch \
 	-no-compile-examples -nomake examples -qt-zlib
 



More information about the vlc-commits mailing list