[vlc-devel] [PATCH] contrib: qt: build without icu

Steve Lhomme robux4 at videolabs.io
Wed Jun 14 17:46:49 CEST 2017


--
replaces https://patches.videolan.org/patch/16952/
---
 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 15d45c0772..f1e54d1d0a 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -40,7 +40,7 @@ endif
 
 QT_CONFIG := -static -no-shared -release -no-debug -opensource -confirm-license -no-pkg-config \
 	-no-sql-sqlite -no-gif -qt-libjpeg -no-openssl -no-opengl -no-dbus \
-	-no-qml-debug -no-audio-backend -no-sql-odbc -no-pch \
+	-no-qml-debug -no-audio-backend -no-sql-odbc -no-pch -no-icu \
 	-no-compile-examples -nomake examples
 
 .qt: qt
-- 
2.12.1



More information about the vlc-devel mailing list