summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-05-01 11:15:56 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-05-17 11:35:36 +0200
commit90cf68c81c63f1332d8c12a5787f364464c184f7 (patch)
tree41ec2da645223bb859befea8f5e964e344a1eb68 /configure.ac
parentd259b5f92c21c1137e5eadbc13ebe894a5df197d (diff)
downloadvala-90cf68c81c63f1332d8c12a5787f364464c184f7.tar.gz
Require and target GLib >= 2.40
The next stable release of vala will happen 3.5 years after the release of GLib 2.40.0. https://bugzilla.gnome.org/show_bug.cgi?id=782005
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 a44801853..b8525ab33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ AC_SUBST(COVERAGE_VALAFLAGS)
AC_SUBST(COVERAGE_CFLAGS)
AC_SUBST(COVERAGE_LIBS)
-GLIB_REQUIRED=2.32.0
+GLIB_REQUIRED=2.40.0
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED)