From 8e948f9e148a7ee54c00cbf34e3f3329adf83557 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sun, 2 Jun 2019 21:45:19 +0200 Subject: meson: Bump minimal GLib version to 2.44 This means we can use some newer features and get rid of some boilerplate code using the G_DECLARE_* macros. As discussed on IRC, 2.44 is old enough by now to start depending on it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3027a44..3c865e5 100644 --- a/configure.ac +++ b/configure.ac @@ -121,7 +121,7 @@ dnl *** checks for library functions *** dnl *** checks for dependancy libraries *** dnl GLib is required -GLIB_REQ=2.40.0 +GLIB_REQ=2.44.0 AC_SUBST([GLIB_REQ]) AG_GST_GLIB_CHECK([$GLIB_REQ]) -- cgit v1.2.1