telepathy-gabble: Depends on GLib 2.30

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 11 04:26:44 PDT 2012


Module: telepathy-gabble
Branch: master
Commit: 70aaaad2f9391453f7d8c9cb1ebad349d4b96421
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=70aaaad2f9391453f7d8c9cb1ebad349d4b96421

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Apr  4 09:44:51 2012 +0200

Depends on GLib 2.30

telepathy-glib 0.18.0 already depends on this version so that won't change
much in practice and it will allow us to use GLIB_VERSION_* macros
(GLIB_VERSION_2_24 doesn't exist).

---

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1f5ed8a..58d78b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,8 +228,8 @@ AM_CONDITIONAL([ENABLE_GTK_DOC], [test "x$enable_gtk_doc" = xyes])
 
 dnl Check for Glib
 PKG_CHECK_MODULES(GLIB,
-    [glib-2.0 >= 2.24, gobject-2.0 >= 2.24, gthread-2.0 >= 2.24, gio-2.0])
-PKG_CHECK_MODULES(GMODULE, [gmodule-2.0 >= 2.24])
+    [glib-2.0 >= 2.30, gobject-2.0 >= 2.30, gthread-2.0 >= 2.30, gio-2.0])
+PKG_CHECK_MODULES(GMODULE, [gmodule-2.0 >= 2.30])
 
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)



More information about the telepathy-commits mailing list