summaryrefslogtreecommitdiff
path: root/salut
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-02-08 11:14:53 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-02-08 11:14:53 +0000
commitd09a602e12e25484dce07a22973fbbc111b7ae3d (patch)
tree8554beeefd94fdafadb3ed0c0a1597633cd258da /salut
parent95ed3ebfffdbbe6da7db659c06cb9aeb11d252db (diff)
downloadtelepathy-salut-d09a602e12e25484dce07a22973fbbc111b7ae3d.tar.gz
plugin: fix up pkg-config files
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'salut')
-rw-r--r--salut/telepathy-salut-uninstalled.pc.in13
-rw-r--r--salut/telepathy-salut.pc.in3
2 files changed, 7 insertions, 9 deletions
diff --git a/salut/telepathy-salut-uninstalled.pc.in b/salut/telepathy-salut-uninstalled.pc.in
index 869c16b9..94b78199 100644
--- a/salut/telepathy-salut-uninstalled.pc.in
+++ b/salut/telepathy-salut-uninstalled.pc.in
@@ -1,15 +1,14 @@
-prefix=
-exec_prefix=
+prefix=@prefix@
+exec_prefix=@exec_prefix@
abs_top_srcdir=@abs_top_srcdir@
abs_top_builddir=@abs_top_builddir@
libdir=@libdir@
plugindir=${libdir}/telepathy/salut-0
-salutpath=@abs_top_builddir@/src/telepathy-salut # For plugins' tests
-Name: Telepathy-Salut
-Description: XMPP backend for the Telepathy framework
+Name: Telepathy-Salut (uninstalled)
+Description: XMPP backend for the Telepathy framework (uninstalled)
Version: @VERSION@
Requires: pkg-config >= 0.21
-Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gio-2.0, telepathy-glib >= 0.7.37
-Cflags: -I${abs_top_srcdir} -I${abs_top_srcdir}/lib/ext/wocky
+Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, telepathy-glib >= 0.13.12
+Cflags: -I${abs_top_srcdir}
diff --git a/salut/telepathy-salut.pc.in b/salut/telepathy-salut.pc.in
index 9af1def1..9e63245c 100644
--- a/salut/telepathy-salut.pc.in
+++ b/salut/telepathy-salut.pc.in
@@ -5,11 +5,10 @@ includedir=@includedir@
libexecdir=@libexecdir@
plugindir=${libdir}/telepathy/salut-0
-salutpath=${libexecdir}/telepathy-salut # For plugins' tests
Name: Telepathy-Salut
Description: XMPP backend for the Telepathy framework
Version: @VERSION@
Requires: pkg-config >= 0.21
-Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gio-2.0, telepathy-glib >= 0.7.37
+Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, telepathy-glib >= 0.13.12
Cflags: -I${includedir}/telepathy-salut-0