Merge pull request #2889 from groni/master

webkit-gtk2 change actions.py
This commit is contained in:
groni
2017-02-18 19:19:34 +01:00
committed by GitHub
+2 -3
View File
@@ -32,13 +32,12 @@ def setup():
--enable-geolocation \ --enable-geolocation \
--enable-glx \ --enable-glx \
--enable-webgl \ --enable-webgl \
--with-gnu-ld \ --with-gnu-ld \
--with-gtk=2.0 \ --with-gtk=2.0 \
--enable-x11-target \ --enable-x11-target \
--enable-video \ --enable-video \
--enable-web-audio \ --enable-web-audio \
--enable-introspection \ --enable-introspection")
")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")