Merge pull request #1965 from alihanozturk/master
qt5-webengine:add dep
This commit is contained in:
@@ -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():
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
<Dependency>bison</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>gperf</Dependency>
|
||||
<Dependency>snappy-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -90,6 +91,7 @@
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>snappy</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
|
||||
Reference in New Issue
Block a user