diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-08 22:20:15 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-08 22:20:15 +0800 |
commit | 7fb190b1f6692525a3556d3e470cf9fd6318c06f (patch) | |
tree | d6b0336580264d9d7ece6aab13c164072c6fc6b4 /libempathy/libempathy.pc.in | |
parent | b8b17071c7ffff14c544a00ceef797ce86243f17 (diff) | |
download | gsoc2013-empathy-7fb190b1f6692525a3556d3e470cf9fd6318c06f.tar gsoc2013-empathy-7fb190b1f6692525a3556d3e470cf9fd6318c06f.tar.gz gsoc2013-empathy-7fb190b1f6692525a3556d3e470cf9fd6318c06f.tar.bz2 gsoc2013-empathy-7fb190b1f6692525a3556d3e470cf9fd6318c06f.tar.lz gsoc2013-empathy-7fb190b1f6692525a3556d3e470cf9fd6318c06f.tar.xz gsoc2013-empathy-7fb190b1f6692525a3556d3e470cf9fd6318c06f.tar.zst gsoc2013-empathy-7fb190b1f6692525a3556d3e470cf9fd6318c06f.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.
svn path=/trunk/; revision=1953
Diffstat (limited to 'libempathy/libempathy.pc.in')
-rw-r--r-- | libempathy/libempathy.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} |