From 8d9a8a8ac0c6646e1f66cc2854e26484f02e3db8 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 25 Sep 2013 12:51:09 +0200 Subject: [PATCH 2/6] build with telepathy-glib-1 https://bugs.freedesktop.org/show_bug.cgi?id=69806 --- configure.ac | 2 +- telepathy-farstream/telepathy-farstream.pc.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5552241..cd03920 100644 --- a/configure.ac +++ b/configure.ac @@ -97,7 +97,7 @@ AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) dnl Check for Telepathy libraries -PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.21]) +PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib-1 >= 0.99.1, telepathy-glib-1-dbus >= 0.99.1]) AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_22, [Ignore post 0.22 deprecations]) AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_22, [Prevent post 0.22 APIs]) AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables]) diff --git a/telepathy-farstream/telepathy-farstream.pc.in b/telepathy-farstream/telepathy-farstream.pc.in index 0633332..031b10d 100644 --- a/telepathy-farstream/telepathy-farstream.pc.in +++ b/telepathy-farstream/telepathy-farstream.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ Name: Telepathy-Farstream Description: Library implementing the Telepathy Call API using Farstream Version: @VERSION@ -Requires.private: dbus-glib-1 >= 0.73, glib-2.0 >= 2.10, gobject-2.0 >= 2.10, farstream-0.2, telepathy-glib >= 0.7.23, gstreamer-1.0 +Requires.private: dbus-glib-1 >= 0.73, glib-2.0 >= 2.10, gobject-2.0 >= 2.10, +farstream-0.2, telepathy-glib-1 >= 0.99.1, telepathy-glib-1-dbus >= 0.99.1, gstreamer-1.0 Libs: -L${libdir} -ltelepathy-farstream Cflags: -I${includedir}/telepathy-1.0 -- 1.8.3.1