qt5-webengine:edit
This commit is contained in:
@@ -14,8 +14,8 @@ def setup():
|
|||||||
shelltools.export("QT5LINK", "/usr/lib/qt5/bin")
|
shelltools.export("QT5LINK", "/usr/lib/qt5/bin")
|
||||||
shelltools.export("QT5DIR", "/usr/lib/qt5")
|
shelltools.export("QT5DIR", "/usr/lib/qt5")
|
||||||
shelltools.export("CFLAGS", "%s -I/usr/lib/sqlite3.11.0.0" % get.CFLAGS())
|
shelltools.export("CFLAGS", "%s -I/usr/lib/sqlite3.11.0.0" % get.CFLAGS())
|
||||||
#qt5.configure()
|
qt5.configure(parameters="WEBENGINE_CONFIG+=use_proprietary_codecs")
|
||||||
shelltools.system("qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs qtwebengine.pro")
|
#shelltools.system("qmake-qt5 WEBENGINE_CONFIG+=use_proprietary_codecs qtwebengine.pro")
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<Dependency>bison</Dependency>
|
<Dependency>bison</Dependency>
|
||||||
<Dependency>ninja</Dependency>
|
<Dependency>ninja</Dependency>
|
||||||
<Dependency>gperf</Dependency>
|
<Dependency>gperf</Dependency>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>snappy-devel</Dependency>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
<Dependency>expat-devel</Dependency>
|
<Dependency>expat-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
<Dependency>libX11</Dependency>
|
<Dependency>libX11</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libpng</Dependency>
|
<Dependency>libpng</Dependency>
|
||||||
<Dependency>openssl</Dependency>
|
<Dependency>snappy</Dependency>
|
||||||
<Dependency>freetype</Dependency>
|
<Dependency>freetype</Dependency>
|
||||||
<Dependency>libXi</Dependency>
|
<Dependency>libXi</Dependency>
|
||||||
<Dependency>libXext</Dependency>
|
<Dependency>libXext</Dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user