meson: bump meson requirement to 0.52 to align with effective requirement
authorTim-Philipp Müller <tim@centricular.com>
Thu, 18 Jun 2020 14:41:18 +0000 (15:41 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 18 Jun 2020 14:41:18 +0000 (15:41 +0100)
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>

meson.build

index e0a59ee..ad453d1 100644 (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())