summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-22 10:04:57 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-22 10:04:57 +0000
commit5dd3fcd91d00332f126d447bdc76cecfd0b355ce (patch)
treef4b164357f7aeb352c0a026774e26b63c6906b18
parent807c680b413dbef620a9ee560493f56cfc945184 (diff)
configure: depend on gio >= 2.28
At least g_simple_async_result_take_error needs this. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--configure.ac2
-rw-r--r--wocky/wocky-uninstalled.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b38eb36..c70b6ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,7 @@ AC_C_BIGENDIAN
dnl Check for Glib
PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gthread-2.0 >=
-2.4, gio-2.0 >= 2.21])
+2.4, gio-2.0 >= 2.28])
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
diff --git a/wocky/wocky-uninstalled.pc.in b/wocky/wocky-uninstalled.pc.in
index 4864e30..001f6e2 100644
--- a/wocky/wocky-uninstalled.pc.in
+++ b/wocky/wocky-uninstalled.pc.in
@@ -7,6 +7,6 @@ Name: Wocky (uninstalled copy)
Description: XMPP library
Version: @VERSION@
Requires: pkg-config >= 0.21
-Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gio-2.0
+Requires.private: glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gio-2.0 >= 2.28
Libs: ${abs_top_builddir}/wocky/libwocky.la
Cflags: -I${abs_top_srcdir} -I${abs_top_builddir} -I${abs_top_builddir}/wocky