aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:13:25 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:13:25 +0800
commit67c641765266ebee2eb47838ee25e3fc4c91d04e (patch)
tree198a86d8620700ddb90833f5b280c77970f0962a /configure.ac
parent8fbb7352b2575ab85c0706f7b8b3347b7b3c8fe7 (diff)
downloadgsoc2013-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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 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,