[Xfce4-commits] <midori:master> Look for javascriptcoregtk-3.0 with webkitgtk-3.0
Christian Dywan
noreply at xfce.org
Wed Dec 7 20:40:01 CET 2011
Updating branch refs/heads/master
to 6e32883b6809dde039b99f5e5a25a715795e25c6 (commit)
from 6a068b458bbba3f54fd476ed3c5a0b6126930710 (commit)
commit 6e32883b6809dde039b99f5e5a25a715795e25c6
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Dec 6 23:14:39 2011 +0100
Look for javascriptcoregtk-3.0 with webkitgtk-3.0
wscript | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wscript b/wscript
index e21d9ca..f18090e 100644
--- a/wscript
+++ b/wscript
@@ -230,7 +230,7 @@ def configure (conf):
'Pass --disable-gtk3 to build without GTK+3.')
sys.exit (1)
if check_version (conf.check_cfg (modversion='webkitgtk-3.0'), 1, 5, 1):
- check_pkg ('javascriptcoregtk-1.0', '1.5.1', args=args)
+ check_pkg ('javascriptcoregtk-3.0', '1.5.1', args=args)
conf.env.append_value ('VALAFLAGS', '-D HAVE_GTK3')
else:
check_pkg ('gtk+-2.0', '2.10.0', var='GTK')
More information about the Xfce4-commits
mailing list