summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels De Graef <niels.degraef@barco.com>2019-05-31 23:07:58 +0200
committerNiels De Graef <niels.degraef@barco.com>2019-06-02 21:27:12 +0200
commit985ace70e05f664d13e268cf0fb135d19b29fff8 (patch)
tree449da433602630110b639ca23beb75c1f0b009dc /configure.ac
parentdd96c2a98903c0299a945d53cbc481c0b93ae7d5 (diff)
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.
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 9be4f71c..165d113f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,7 +149,7 @@ AG_GST_CHECK_FUNCTION
dnl *** checks for dependency libraries ***
dnl GLib is required
-GLIB_REQ=2.40.0
+GLIB_REQ=2.44.0
AG_GST_GLIB_CHECK([$GLIB_REQ])
ORC_CHECK([0.4.16])