summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <niels.degraef@barco.com>2019-06-03 07:57:02 +0200
committerNiels De Graef <niels.degraef@barco.com>2019-06-03 07:57:02 +0200
commita0b9c96f48a73740433f29eec9184c4dc5a328e7 (patch)
tree4dfd17c5c1370f149f7d5b36f7513e81bdd07cd6 /meson.build
parent8717cc710880199015ec6ba90ea9e0e77c2a8d20 (diff)
downloadgst-omx-a0b9c96f48a73740433f29eec9184c4dc5a328e7.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 1bd8a70..dbc9680 100644
--- a/meson.build
+++ b/meson.build
@@ -15,7 +15,7 @@ else
gst_version_nano = 0
endif
-glib_req = '>= 2.40.0'
+glib_req = '>= 2.44.0'
gst_req = '>= @0@.@1@.0'.format(gst_version_major, gst_version_minor)
tizil_req = '>= 0.1.0'
api_version = '1.0'