meson: Bump minimal GLib version to 2.44
authorNiels De Graef <niels.degraef@barco.com>
Fri, 31 May 2019 21:18:08 +0000 (23:18 +0200)
committerNiels De Graef <niels.degraef@barco.com>
Fri, 31 May 2019 21:18:08 +0000 (23:18 +0200)
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 50eca6410f60af67395777b4b23c16b835454537..e7a2857ab530f94d7d61e46f99364970b27cd7a7 100644 (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')