From 97d6ffb154ce0afab2bafb81b824ff7faadb66fa Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 28 Feb 2023 12:29:16 +0100 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.1