[vlc-devel] [PATCH] contrib: qt: make sure we don't build with Vulkan support for now
Steve Lhomme
robux4 at ycbcr.xyz
Tue Nov 27 14:57:26 CET 2018
---
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
--
2.19.1
More information about the vlc-devel
mailing list