From d0a1f87093a589eec88910c92985245481d2c705 Mon Sep 17 00:00:00 2001 From: groni Date: Tue, 21 Feb 2017 17:10:11 +0100 Subject: [PATCH] qt5-webengine add missing dependency --- desktop/toolkit/qt5/qt5-webengine/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/toolkit/qt5/qt5-webengine/actions.py b/desktop/toolkit/qt5/qt5-webengine/actions.py index 15f5b441af..62d86fd0e2 100644 --- a/desktop/toolkit/qt5/qt5-webengine/actions.py +++ b/desktop/toolkit/qt5/qt5-webengine/actions.py @@ -14,7 +14,7 @@ def setup(): shelltools.export("QT5LINK", "/usr/lib/qt5/bin") shelltools.export("QT5DIR", "/usr/lib/qt5") shelltools.export("CFLAGS", "%s -I/usr/lib/sqlite3.16.2" % get.CFLAGS()) - shelltools.system("qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs use_system_ffmpeg use_system_icu qtwebengine.pro") + shelltools.system("qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs qtwebengine.pro") def build(): qt5.make()