summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-21 14:02:53 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-21 14:04:06 +0000
commitafdf1a935297f61a6c09e316eefb00dc6a9cf8d4 (patch)
treea02ef18f00d3658aaef20bd072ce0dd19255054f
parent5dd1390478e55848141aed82a0a3e52b045eb058 (diff)
configure: Bump tp-glib dep to include Emits_Changed
b4481c5 updated the code generator to produce code containing TP_DBUS_PROPERTIES_MIXIN_FLAG_EMITS_CHANGED and TP_DBUS_PROPERTIES_MIXIN_FLAG_EMITS_INVALIDATED where appropriate, but did not update configure.ac to depend on a version of telepathy-glib which actually defines those constants. https://bugs.freedesktop.org/show_bug.cgi?id=43130
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0e4e547..ede3669 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,7 @@ AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
dnl Check for D-Bus
-PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.13.10])
+PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.15.6])
AC_SUBST(TP_GLIB_CFLAGS)
AC_SUBST(TP_GLIB_LIBS)