aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/libempathy-gtk.pc.in
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-12-08 22:20:15 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-12-08 22:20:15 +0800
commit25ea8f45fe28b3781181521dc60ac68d0b1c6869 (patch)
treed6b0336580264d9d7ece6aab13c164072c6fc6b4 /libempathy-gtk/libempathy-gtk.pc.in
parent4873b41fb20767018ab41b73674e9174c0cf020f (diff)
downloadgsoc2013-empathy-25ea8f45fe28b3781181521dc60ac68d0b1c6869.tar
gsoc2013-empathy-25ea8f45fe28b3781181521dc60ac68d0b1c6869.tar.gz
gsoc2013-empathy-25ea8f45fe28b3781181521dc60ac68d0b1c6869.tar.bz2
gsoc2013-empathy-25ea8f45fe28b3781181521dc60ac68d0b1c6869.tar.lz
gsoc2013-empathy-25ea8f45fe28b3781181521dc60ac68d0b1c6869.tar.xz
gsoc2013-empathy-25ea8f45fe28b3781181521dc60ac68d0b1c6869.tar.zst
gsoc2013-empathy-25ea8f45fe28b3781181521dc60ac68d0b1c6869.zip
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. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1953 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/libempathy-gtk.pc.in')
-rw-r--r--libempathy-gtk/libempathy-gtk.pc.in2
1 files changed, 1 insertions, 1 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}