qt5-webengine add missing dependency

This commit is contained in:
groni
2017-02-21 17:10:11 +01:00
parent ea63c9a890
commit d0a1f87093
+1 -1
View File
@@ -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()