summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <niels.degraef@barco.com>2019-05-31 23:06:33 +0200
committerNiels De Graef <niels.degraef@barco.com>2019-06-02 21:25:24 +0200
commitda085a3713b88e6b6b9c5ba86ee270742d50d770 (patch)
tree357a8ae18c49dd61c5986b9cc6bee36490eb2c99 /meson.build
parent015566daec774b19fa8eadce2361aa6814b8e7a0 (diff)
downloadgstreamer-plugins-bad-da085a3713b88e6b6b9c5ba86ee270742d50d770.tar.gz
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 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 897532ede..6a2ba6bd3 100644
--- a/meson.build
+++ b/meson.build
@@ -16,7 +16,7 @@ else
endif
gst_version_is_dev = gst_version_minor % 2 == 1 and gst_version_micro < 90
-glib_req = '>= 2.40.0'
+glib_req = '>= 2.44.0'
orc_req = '>= 0.4.17'
gst_req = '>= @0@.@1@.0'.format(gst_version_major, gst_version_minor)