From dddf6dc8e2a91ffbdd1ea6c7b36c2a2d84cacc18 Mon Sep 17 00:00:00 2001 From: groni Date: Tue, 21 Feb 2017 14:08:51 +0100 Subject: [PATCH] qt5-webengine change actions.py --- desktop/toolkit/qt5/qt5-webengine/actions.py | 4 ++-- desktop/toolkit/qt5/qt5-webengine/pspec.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-webengine/actions.py b/desktop/toolkit/qt5/qt5-webengine/actions.py index 0b402993b6..15f5b441af 100644 --- a/desktop/toolkit/qt5/qt5-webengine/actions.py +++ b/desktop/toolkit/qt5/qt5-webengine/actions.py @@ -13,8 +13,8 @@ from pisi.actionsapi import get def setup(): shelltools.export("QT5LINK", "/usr/lib/qt5/bin") shelltools.export("QT5DIR", "/usr/lib/qt5") - shelltools.export("CFLAGS", "%s -I/usr/lib/sqlite3.11.0.0" % get.CFLAGS()) - shelltools.system("qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs qtwebengine.pro") + 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") def build(): qt5.make() diff --git a/desktop/toolkit/qt5/qt5-webengine/pspec.xml b/desktop/toolkit/qt5/qt5-webengine/pspec.xml index d562ecd71b..2f9251815c 100644 --- a/desktop/toolkit/qt5/qt5-webengine/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webengine/pspec.xml @@ -57,7 +57,7 @@ alsa-lib-devel pciutils-devel dbus-devel - + nss-devel perl python-devel libvpx-devel @@ -67,6 +67,7 @@ qt5-webengine-nss.patch + qtwebengine-5.7.0-icu58.patch