[Xfce4-commits] <midori:master> Require GLib 2.26, needed for GDBus
Christian Dywan
noreply at xfce.org
Sun Nov 4 18:30:01 CET 2012
Updating branch refs/heads/master
to 3386f0bad7b8d0593af7f246bf442b9a862f717a (commit)
from 46d39ce21204c72d55c69608bc0eeadc985f66bf (commit)
commit 3386f0bad7b8d0593af7f246bf442b9a862f717a
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Nov 3 18:44:33 2012 +0100
Require GLib 2.26, needed for GDBus
Fixes: https://bugs.launchpad.net/midori/+bug/1038064
wscript | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wscript b/wscript
index 65ee3fe..b2d7610 100644
--- a/wscript
+++ b/wscript
@@ -244,7 +244,7 @@ def configure (conf):
conf.check (lib='m', mandatory=True)
check_pkg ('gmodule-2.0', '2.8.0', False)
check_pkg ('gthread-2.0', '2.8.0', False)
- check_pkg ('gio-2.0', '2.22.0')
+ check_pkg ('gio-2.0', '2.26.0')
if check_version (conf.check_cfg (modversion='gio-2.0'), 2, 30, 0):
conf.env.append_value ('VALAFLAGS', '-D HAVE_GLIB_2_30')
args = ''
More information about the Xfce4-commits
mailing list