summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derek.foreman@collabora.co.uk>2011-08-30 08:09:43 -0500
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-09-20 15:47:00 +0100
commitd3f11533b226e0ecb0ba4e095732aae882089581 (patch)
tree98ec7eb8e77cbda44552d35a71784f46852072ff
parent560e18839b1d81da82091e18846a2c5206990da0 (diff)
add gio to the glib dependency check
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 78a397ce..d712612e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,7 +295,7 @@ AC_SUBST(TELEPATHY_LIBS)
AC_SUBST(TELEPATHY_CFLAGS)
PKG_CHECK_MODULES([GLIB],
- [glib-2.0 >= 2.28, gobject-2.0, gmodule-no-export-2.0])
+ [glib-2.0 >= 2.28, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
AC_SUBST(GLIB_LIBS)
AC_SUBST(GLIB_CFLAGS)