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.
This commit is contained in:
Niels De Graef 2019-05-31 23:43:46 +02:00 committed by Niels De Graef
parent dc325b42f5
commit 6bd73861ca

View file

@ -6,7 +6,7 @@ project('All GStreamer modules', 'c',
gst_version = '>= @0@'.format(meson.project_version())
gst_branch = 'master'
glib_req = '>= 2.40.0'
glib_req = '>= 2.44.0'
build_system = build_machine.system()
cc = meson.get_compiler('c')