Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-06-18 09:32:03 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-06-18 09:32:03 (GMT)
commitd96200056878571311532b692888f5b8e26f205e (patch)
tree04c0f44c25e488afa533c0d399f213afa5d41f44
parent94c38f55e3970cf52a284cbb3d362c19fa20c6fb (diff)
[build] Bump glib version to 2.25.9
GDBus api has changed, see bug #621872.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ddb690b..d193cee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ AM_CONDITIONAL([PLATFORM_WIN32],[test "$with_platform" = "win32"])
dnl Specify required versions of dependencies
GTK_REQUIRED=2.21.2
-GLIB_REQUIRED=2.25.7
+GLIB_REQUIRED=2.25.9
KEYRING_REQUIRED=2.22.0
AC_SUBST([GLIB_REQUIRED])
AC_SUBST([GTK_REQUIRED])