meson: bump meson requirement to 0.52 to align with effective requirement

Latest libnice requires 0.52, so it probably makes sense to
update the meson requirement in gst-build for that, so we
have good out-of-the-box developer experience for people,
with webrtc working out of the box.

Might also make it easier to backport things later.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/164>
This commit is contained in:
Tim-Philipp Müller 2020-06-18 15:41:18 +01:00
parent cb94bb1623
commit 398576dfdb

View file

@ -1,6 +1,6 @@
project('All GStreamer modules', 'c',
version : '1.17.0.1',
meson_version : '>= 0.48.0',
meson_version : '>= 0.52.0',
default_options : ['buildtype=debugoptimized'])
gst_version = '>= @0@'.format(meson.project_version())