[Xfce4-commits] <midori:master> Require 1.11.91 aka 2.0.0 for WebKit2
Christian Dywan
noreply at xfce.org
Thu Apr 11 23:10:04 CEST 2013
Updating branch refs/heads/master
to a18d036cba8e2601c5d0e7bc1a3b88fb2939b030 (commit)
from 92c39ecd64bb547b35955665d249d4507af3c9c9 (commit)
commit a18d036cba8e2601c5d0e7bc1a3b88fb2939b030
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Apr 11 23:06:41 2013 +0200
Require 1.11.91 aka 2.0.0 for WebKit2
wscript | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/wscript b/wscript
index d5d145e..014af53 100644
--- a/wscript
+++ b/wscript
@@ -246,7 +246,8 @@ def configure (conf):
check_pkg ('gtk+-3.0', '3.0.0', var='GTK', mandatory=False)
check_pkg ('gcr-3', '2.32', mandatory=False)
if option_enabled ('webkit2'):
- check_pkg ('webkit2gtk-3.0', '1.10.1', var='WEBKIT', mandatory=False)
+ # 2.0.0 matches 1.11.91 API; 1.11.92 > 2.0.0
+ check_pkg ('webkit2gtk-3.0', '1.11.91', var='WEBKIT', mandatory=False)
if not conf.env['HAVE_WEBKIT']:
Utils.pprint ('RED', 'WebKit2/ GTK+3 was not found.\n' \
'Pass --disable-webkit2 to build without WebKit2.')
More information about the Xfce4-commits
mailing list