summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 14:07:51 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-30 14:06:47 +0200
commit63fe8fb35930c291efc91f27ffbd741a31a44b42 (patch)
tree95cf41376767de6d139a69cfccbf4983d6b4b323
parentce1aefeb329be9504992078c30aad9d5b034fa1d (diff)
build with telepathy-glib-1
-rw-r--r--configure.ac9
-rw-r--r--telepathy-logger/telepathy-logger-0.2-uninstalled.pc.in2
-rw-r--r--telepathy-logger/telepathy-logger-0.2.pc.in2
3 files changed, 7 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 6e8274e..76a1382 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,9 +69,9 @@ AC_COPYRIGHT([
DBUS_REQUIRED=1.1.0
DBUS_GLIB_REQUIRED=0.82
-TELEPATHY_GLIB_REQUIRED=0.21.2
-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])
+TELEPATHY_GLIB_REQUIRED=0.99.2
+AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_1_0, [Ignore post 0.22 deprecations])
+AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_1_0, [Prevent post 0.22 APIs])
AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables])
AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, 1, [Disable single include header])
@@ -156,7 +156,8 @@ PKG_CHECK_MODULES(TPL,
gobject-2.0
libxml-2.0
sqlite3
- telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
+ telepathy-glib-1 >= $TELEPATHY_GLIB_REQUIRED
+ telepathy-glib-1-dbus >= $TELEPATHY_GLIB_REQUIRED
])
diff --git a/telepathy-logger/telepathy-logger-0.2-uninstalled.pc.in b/telepathy-logger/telepathy-logger-0.2-uninstalled.pc.in
index 35965ed..ead16cb 100644
--- a/telepathy-logger/telepathy-logger-0.2-uninstalled.pc.in
+++ b/telepathy-logger/telepathy-logger-0.2-uninstalled.pc.in
@@ -5,7 +5,7 @@ abs_top_builddir=@abs_top_builddir@
Name: Telepathy Logger library (uninstalled copy)
Description: Access to Telepathy logs
-Requires: telepathy-glib libxml-2.0
+Requires: telepathy-glib-1 telepathy-glib-1-dbus libxml-2.0
Version: @VERSION@
Libs: ${abs_top_builddir}/telepathy-logger/libtelepathy-logger.la
Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}
diff --git a/telepathy-logger/telepathy-logger-0.2.pc.in b/telepathy-logger/telepathy-logger-0.2.pc.in
index 2b79ab7..fe24362 100644
--- a/telepathy-logger/telepathy-logger-0.2.pc.in
+++ b/telepathy-logger/telepathy-logger-0.2.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@/telepathy-logger-0.2
Name: Telepathy Logger library
Description: Access to Telepathy logs
-Requires: telepathy-glib libxml-2.0
+Requires: telepathy-glib-1 telepathy-glib-1-dbus libxml-2.0
Version: @VERSION@
Libs: -L${libdir} -ltelepathy-logger
Cflags: -I${includedir}