diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:13:25 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:13:25 +0800 |
commit | 67c641765266ebee2eb47838ee25e3fc4c91d04e (patch) | |
tree | 198a86d8620700ddb90833f5b280c77970f0962a /libempathy/libempathy.pc.in | |
parent | 8fbb7352b2575ab85c0706f7b8b3347b7b3c8fe7 (diff) | |
download | gsoc2013-empathy-67c641765266ebee2eb47838ee25e3fc4c91d04e.tar gsoc2013-empathy-67c641765266ebee2eb47838ee25e3fc4c91d04e.tar.gz gsoc2013-empathy-67c641765266ebee2eb47838ee25e3fc4c91d04e.tar.bz2 gsoc2013-empathy-67c641765266ebee2eb47838ee25e3fc4c91d04e.tar.lz gsoc2013-empathy-67c641765266ebee2eb47838ee25e3fc4c91d04e.tar.xz gsoc2013-empathy-67c641765266ebee2eb47838ee25e3fc4c91d04e.tar.zst gsoc2013-empathy-67c641765266ebee2eb47838ee25e3fc4c91d04e.zip |
Added a dependency on gio-unix-2.0 in libempathy. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1734
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 1da986f9b..6774a0338 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 +Requires.private: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol, gio-2.0, gio-unix-2.0 Version: @VERSION@ Libs: -L${libdir} -lempathy Cflags: -I${includedir} |