[Xfce4-commits] <postler:master> Require GLib 2.26 at minimum
Christian Dywan
noreply at xfce.org
Wed Dec 22 04:28:02 CET 2010
Updating branch refs/heads/master
to dfbc6d8a4e801275ddbd8969ebcc4ae5dc6ce40f (commit)
from f7c50afdaaf7ffbce2a91312cf38eb95d5c914be (commit)
commit dfbc6d8a4e801275ddbd8969ebcc4ae5dc6ce40f
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Dec 21 21:33:00 2010 +0100
Require GLib 2.26 at minimum
Fixes: https://bugs.launchpad.net/postler/+bug/688697
wscript | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wscript b/wscript
index 9992a15..326eea9 100644
--- a/wscript
+++ b/wscript
@@ -107,7 +107,7 @@ def configure (conf):
conf.check (function_name=function, header_name=header, \
mandatory=mandatory, define_name=var)
- check_pkg ('gio-2.0', '2.16.0')
+ check_pkg ('gio-2.0', '2.26.0')
check_pkg ('unique-1.0', '0.9')
check_pkg ('gtk+-2.0', '2.12.0', var='GTK')
check_pkg ('webkit-1.0', '1.1.1')
More information about the Xfce4-commits
mailing list