summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2023-02-28 12:29:16 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2023-02-28 12:29:16 +0100
commit97d6ffb154ce0afab2bafb81b824ff7faadb66fa (patch)
treec474d7a975cabcb1d16b0f1ea2d64906cab9cb45 /configure.ac
parent4c804623b43531bd90a28d7edf62e7fde08c7381 (diff)
downloadvala-97d6ffb154ce0afab2bafb81b824ff7faadb66fa.tar.gz
Require and target GLib >= 2.56
The next stable release of vala will happen over 5 years after the release of GLib 2.56.0. Fixes https://gitlab.gnome.org/GNOME/vala/issues/1415
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 7989f6ea4..72647ba7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,7 +180,7 @@ fi
AC_SUBST(TEST_CFLAGS)
-GLIB_REQUIRED=2.48.0
+GLIB_REQUIRED=2.56.0
LIBGVC_REQUIRED=2.16
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED)