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()