From 4b29870a5d8ca51651344e33ffe2c87d1c990620 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 26 May 2017 14:05:12 +0100 Subject: [PATCH] Bump meson version requirement to >= 0.40.1 Which matches that of GStreamer core. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0904cce..f89db0e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('All GStreamer modules', 'c', version : '1.13.0.1', meson_version : '>= 0.36') +project('All GStreamer modules', 'c', version : '1.13.0.1', meson_version : '>= 0.40.1') gst_version = '>= @0@'.format(meson.project_version()) gst_branch = 'master' -- 2.7.4