empathy r1953 - in trunk: libempathy libempathy-gtk



Author: xclaesse
Date: Mon Dec  8 14:20:15 2008
New Revision: 1953
URL: http://svn.gnome.org/viewvc/empathy?rev=1953&view=rev

Log:
Explicitly depend on telepathy-glib in .pc files (Simon McVittie)

If backporting this patch, if any file in libempathy/ or libempathy-gtk/
uses #include <libtelepathy/anything>, then a libtelepathy dependency
is needed too.

Modified:
   trunk/libempathy-gtk/libempathy-gtk.pc.in
   trunk/libempathy/libempathy.pc.in

Modified: trunk/libempathy-gtk/libempathy-gtk.pc.in
==============================================================================
--- trunk/libempathy-gtk/libempathy-gtk.pc.in	(original)
+++ trunk/libempathy-gtk/libempathy-gtk.pc.in	Mon Dec  8 14:20:15 2008
@@ -6,7 +6,7 @@
 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} 

Modified: trunk/libempathy/libempathy.pc.in
==============================================================================
--- trunk/libempathy/libempathy.pc.in	(original)
+++ trunk/libempathy/libempathy.pc.in	Mon Dec  8 14:20:15 2008
@@ -6,7 +6,7 @@
 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} 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]