diff --git a/desktop/toolkit/qt5/qt5-webengine/actions.py b/desktop/toolkit/qt5/qt5-webengine/actions.py
index 6b3891b2a5..f8de891777 100644
--- a/desktop/toolkit/qt5/qt5-webengine/actions.py
+++ b/desktop/toolkit/qt5/qt5-webengine/actions.py
@@ -14,8 +14,8 @@ 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())
- #qt5.configure()
- shelltools.system("qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs qtwebengine.pro")
+ qt5.configure(parameters="WEBENGINE_CONFIG+=use_proprietary_codecs")
+ #shelltools.system("qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs qtwebengine.pro")
def build():
diff --git a/desktop/toolkit/qt5/qt5-webengine/pspec.xml b/desktop/toolkit/qt5/qt5-webengine/pspec.xml
index 0de6f3101e..0049f741af 100644
--- a/desktop/toolkit/qt5/qt5-webengine/pspec.xml
+++ b/desktop/toolkit/qt5/qt5-webengine/pspec.xml
@@ -22,7 +22,7 @@
bison
ninja
gperf
- openssl-devel
+ snappy-devel
gobject-introspection-devel
expat-devel
glib2-devel
@@ -91,7 +91,7 @@
libX11
libgcc
libpng
- openssl
+ snappy
freetype
libXi
libXext