[vlc-devel] [PATCH 3.0 19/41] contrib: qt: make sure we don't build with Vulkan support for now
Steve Lhomme
robux4 at ycbcr.xyz
Tue Jul 7 15:11:18 CEST 2020
(cherry picked from commit 9ee560025cbf675509bf61f05cf5d0615cde4030) (rebased)
rebased:
- this branch doesn't build ANGLE conditionally
- this branch doesn't use qt-zlib (yet)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
---
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 e26a537de2..ae0a366604 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -62,7 +62,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_CONFIG += -release
--
2.26.2
More information about the vlc-devel
mailing list