From 0b060287b037ed157d1a6d562250e5a963adcf58 Mon Sep 17 00:00:00 2001 From: groni Date: Sat, 18 Feb 2017 19:18:41 +0100 Subject: [PATCH] webkit-gtk2 change actions.py --- network/misc/webkit-gtk2/actions.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/network/misc/webkit-gtk2/actions.py b/network/misc/webkit-gtk2/actions.py index 5845b1cb89..50a7e0abb3 100644 --- a/network/misc/webkit-gtk2/actions.py +++ b/network/misc/webkit-gtk2/actions.py @@ -32,13 +32,12 @@ def setup(): --enable-geolocation \ --enable-glx \ --enable-webgl \ - --with-gnu-ld \ + --with-gnu-ld \ --with-gtk=2.0 \ --enable-x11-target \ --enable-video \ --enable-web-audio \ - --enable-introspection \ - ") + --enable-introspection") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")