summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-10-15 18:20:37 +0200
committerStéphane Cerveau <scerveau@collabora.com>2020-10-15 18:20:37 +0200
commit967e650937bc7ba3692f7dc1031554d8961b8823 (patch)
tree1c8c5f8fc6eee4670e91503b3507c3928790c5c2 /meson.build
parentcea2bccfc660dd2c45f87a260b3234111d53080a (diff)
meson: update glib minimum version to 2.56
In order to support the symbol g_enum_to_string in various project using GStreamer ( gst-validate etc.), the glib minimum version should be 2.56.0. Remove compat code as glib requirement is now > 2.56 Version used by Ubuntu 18.04 LTS Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/874>
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 897d9ac23..876eb0ebf 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@ else
have_objc = false
endif
-glib_req = '>= 2.44.0'
+glib_req = '>= 2.56.0'
orc_req = '>= 0.4.24'
gst_req = '>= @0@.@1@.0'.format(gst_version_major, gst_version_minor)