[next] telepathy-glib: depends on dbus-glib 0.102

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Mar 17 07:25:41 PDT 2014


Module: telepathy-glib
Branch: next
Commit: b42fb34ec1519369696f3a3a2dddeaceffc23b3d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=b42fb34ec1519369696f3a3a2dddeaceffc23b3d

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Mar  3 15:55:25 2014 +0100

depends on dbus-glib 0.102

So dbus_g_value_build_g_variant() can safely deal with NULL string and strv.

---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3525f86..85c9018 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,7 +278,7 @@ AC_SUBST(GLIB_MKENUMS)
 GLIB_GSETTINGS
 
 dnl Check for D-Bus
-PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.1, dbus-glib-1 >= 0.90])
+PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.1, dbus-glib-1 >= 0.102])
 
 AC_SUBST(DBUS_CFLAGS)
 AC_SUBST(DBUS_LIBS)



More information about the telepathy-commits mailing list