summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-03-14 13:54:12 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2019-03-17 19:40:19 +0100
commit1229ead2f945d913b3264f898f363aa4bf46f217 (patch)
tree8c43150c9d7fe482df153c0e6af5ee3c108d8dcc /configure.ac
parent8106f1704d816bf57da5f14a700cc239b78de0e7 (diff)
downloadvala-1229ead2f945d913b3264f898f363aa4bf46f217.tar.gz
Require and target GLib >= 2.48
The next stable release of vala will happen 3.5 years after the release of GLib 2.48.0. Fixes https://gitlab.gnome.org/GNOME/vala/issues/671
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 74d69b822..408dfd86f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,7 +143,7 @@ done
AC_SUBST(TEST_CFLAGS)
-GLIB_REQUIRED=2.40.0
+GLIB_REQUIRED=2.48.0
LIBGVC_REQUIRED=2.16
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED)