summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-04-20 19:35:34 -0400
committerRyan Lortie <desrt@desrt.ca>2013-04-21 16:36:33 -0400
commitc9bbd01b70fea6488f48d2360893196295e13429 (patch)
treeae1f71d9488e67841ca420c0c3e061edff824997 /configure.ac
parent89c89f5a3a0ce4dedb969f4cc2e996c581141c97 (diff)
downloadgvfs-c9bbd01b70fea6488f48d2360893196295e13429.tar.gz
GVfsIcon: support icon serialisation
Add support for the new icon serialisation interface to GVfsIcon as well as implementing the new interface on GVfsClass for deserialising. https://bugzilla.gnome.org/show_bug.cgi?id=688820
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a63daf7c..ab7c390f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ GTK_DOC_CHECK
DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.35.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 )
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.37.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 )
PKG_CHECK_MODULES(DBUS, dbus-1)