[next] telepathy-logger: configure: build against telepathy-glib 1.0

Jonny Lamb jonny at kemper.freedesktop.org
Wed Aug 8 03:41:15 PDT 2012


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

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Tue Aug  7 17:45:15 2012 +0100

configure: build against telepathy-glib 1.0

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

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

diff --git a/configure.ac b/configure.ac
index a21953d..7ad3350 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,10 +69,7 @@ AC_COPYRIGHT([
 GLIB_REQUIRED=2.25.11
 DBUS_REQUIRED=1.1.0
 DBUS_GLIB_REQUIRED=0.82
-
-TELEPATHY_GLIB_REQUIRED=0.19.2
-AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations])
-AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
+TELEPATHY_GLIB_REQUIRED=0.99
 
 # Warning if GLib/GDK/GTK headers are included
 AC_DEFINE(G_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GLib])
@@ -158,7 +155,7 @@ PKG_CHECK_MODULES(TPL,
    gobject-2.0
    libxml-2.0
    sqlite3
-   telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
+   telepathy-glib-1 >= $TELEPATHY_GLIB_REQUIRED
 ])
 
 



More information about the telepathy-commits mailing list