summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <niels.degraef@barco.com>2019-05-31 23:10:33 +0200
committerNiels De Graef <niels.degraef@barco.com>2019-06-03 08:56:23 +0200
commit8f884aa9bc2b5d2d0ed9442ff334060000df941a (patch)
tree117c0a65f923168d191d390a6506d7134c9d66ab /meson.build
parente62b321efeb910c7f88724c76049a2a0b98171f5 (diff)
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 7fc19b79..227bcf92 100644
--- a/meson.build
+++ b/meson.build
@@ -16,7 +16,7 @@ else
endif
libva_req = ['>= 0.39.0', '!= 0.99.0']
-glib_req = '>= 2.40.0'
+glib_req = '>= 2.44.0'
libwayland_req = '>= 1.11.0'
gst_req = '>= @0@.@1@.0'.format(gst_version_major, gst_version_minor)