meson: Bump minimal GLib version to 2.44
authorNiels De Graef <niels.degraef@barco.com>
Fri, 31 May 2019 21:43:46 +0000 (23:43 +0200)
committerNiels De Graef <nielsdegraef@gmail.com>
Fri, 31 May 2019 21:44:35 +0000 (21:44 +0000)
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.

meson.build

index 51f094b..3831544 100644 (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')