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:18:08 +02:00
parent 3ca0b7123e
commit 035d37f762

View file

@ -26,7 +26,7 @@ osxversion = curversion + 1
prefix = get_option('prefix')
glib_req = '>= 2.40.0'
glib_req = '>= 2.44.0'
gst_req = '>= @0@.@1@.0'.format(gst_version_major, gst_version_minor)
cc = meson.get_compiler('c')