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 | |
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
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | libempathy/libempathy.pc.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b26e0e5bb..aa5234dab 100644 --- a/configure.ac +++ b/configure.ac @@ -85,6 +85,7 @@ PKG_CHECK_MODULES(LIBEMPATHY, telepathy-glib >= $TELEPATHY_GLIB_REQUIRED libmissioncontrol >= $MISSION_CONTROL_REQUIRED gio-2.0 >= $GLIB_REQUIRED + gio-unix-2.0 >= $GLIB_REQUIRED ]) PKG_CHECK_MODULES(EMPATHY, 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} |