From 25ea8f45fe28b3781181521dc60ac68d0b1c6869 Mon Sep 17 00:00:00 2001 From: xclaesse Date: Mon, 8 Dec 2008 14:20:15 +0000 Subject: Explicitly depend on telepathy-glib in .pc files (Simon McVittie) If backporting this patch, if any file in libempathy/ or libempathy-gtk/ uses #include , then a libtelepathy dependency is needed too. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1953 4ee84921-47dd-4033-b63a-18d7a039a3e4 --- libempathy-gtk/libempathy-gtk.pc.in | 2 +- libempathy/libempathy.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/libempathy-gtk.pc.in b/libempathy-gtk/libempathy-gtk.pc.in index be8378ffa..c83979338 100644 --- a/libempathy-gtk/libempathy-gtk.pc.in +++ b/libempathy-gtk/libempathy-gtk.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: libempathy-gtk Description: Empathy interface library Requires: pkg-config >= 0.21 -Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libempathy +Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libempathy, telepathy-glib Version: @VERSION@ Libs: -L${libdir} -lempathy-gtk Cflags: -I${includedir} diff --git a/libempathy/libempathy.pc.in b/libempathy/libempathy.pc.in index 6774a0338..a7245cc6c 100644 --- a/libempathy/libempathy.pc.in +++ b/libempathy/libempathy.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: libempathy Description: Empathy base library Requires: pkg-config >= 0.21 -Requires.private: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol, gio-2.0, gio-unix-2.0 +Requires.private: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol, gio-2.0, gio-unix-2.0, telepathy-glib Version: @VERSION@ Libs: -L${libdir} -lempathy Cflags: -I${includedir} -- cgit v1.2.3