From 1fd9a8a9fc43ad6a3050ed94f4dd1528c103a9be Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 29 Oct 2013 17:55:34 +0000 Subject: [PATCH 1/5] telepathy-glib: include dependencies in uninstalled .pc files --- telepathy-glib/telepathy-glib-1-dbus-uninstalled.pc.in | 2 +- telepathy-glib/telepathy-glib-1-uninstalled.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/telepathy-glib/telepathy-glib-1-dbus-uninstalled.pc.in b/telepathy-glib/telepathy-glib-1-dbus-uninstalled.pc.in index 2c009a5..fbe308e 100644 --- a/telepathy-glib/telepathy-glib-1-dbus-uninstalled.pc.in +++ b/telepathy-glib/telepathy-glib-1-dbus-uninstalled.pc.in @@ -8,5 +8,5 @@ Description: D-Bus interfaces from the Telepathy framework Version: @VERSION@ Requires: pkg-config >= 0.21 Requires.private: dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, gobject-2.0 >= 2.30, gio-2.0 >= 2.30 -Libs: ${abs_top_builddir}/telepathy-glib/libtelepathy-glib-1-dbus.la +Libs: ${abs_top_builddir}/telepathy-glib/libtelepathy-glib-1-dbus.la ${abs_top_builddir}/telepathy-glib/libtelepathy-glib-1-core.la Cflags: -I${abs_top_srcdir} -I${abs_top_builddir} diff --git a/telepathy-glib/telepathy-glib-1-uninstalled.pc.in b/telepathy-glib/telepathy-glib-1-uninstalled.pc.in index 4c2239d..153e9b3 100644 --- a/telepathy-glib/telepathy-glib-1-uninstalled.pc.in +++ b/telepathy-glib/telepathy-glib-1-uninstalled.pc.in @@ -7,5 +7,5 @@ Name: Telepathy-GLib-1 (uninstalled copy) Description: GLib utility library for the Telepathy framework Version: @VERSION@ Requires.private: dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, gobject-2.0 >= 2.30, gio-2.0 >= 2.30 -Libs: ${abs_top_builddir}/telepathy-glib/libtelepathy-glib-1.la +Libs: ${abs_top_builddir}/telepathy-glib/libtelepathy-glib-1.la ${abs_top_builddir}/telepathy-glib/libtelepathy-glib-1-dbus.la ${abs_top_builddir}/telepathy-glib/libtelepathy-glib-1-core.la Cflags: -I${abs_top_srcdir} -I${abs_top_builddir} -- 1.8.4.rc3