[vlc-commits] contrib: qt: make sure we don't build with Vulkan support for now

Steve Lhomme git at videolan.org
Wed Nov 28 08:27:58 CET 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Nov 27 14:35:55 2018 +0100| [9ee560025cbf675509bf61f05cf5d0615cde4030] | committer: Steve Lhomme

contrib: qt: make sure we don't build with Vulkan support for now

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

 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 1436f2cece..003b682724 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -66,7 +66,7 @@ endif
 
 QT_CONFIG := -static -opensource -confirm-license -no-pkg-config \
 	-no-sql-sqlite -no-gif -qt-libjpeg -no-openssl $(QT_OPENGL) -no-dbus \
-	-no-sql-odbc -no-pch \
+	-no-vulkan -no-sql-odbc -no-pch \
 	-no-compile-examples -nomake examples -qt-zlib
 
 QT_CONFIG += -release



More information about the vlc-commits mailing list