From 398576dfdb117537ea496e57a5afaddcadf1654a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 18 Jun 2020 15:41:18 +0100 Subject: [PATCH] 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: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e0a59ee1e3..ad453d1a90 100644 --- a/meson.build +++ b/meson.build @@ -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())