From 14bf7c9990f211ec809b1047e43d4050f9b208cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 25 Apr 2018 01:06:27 +0100 Subject: [PATCH] Bump Meson requirement to 0.46 Which matches GStreamer core's (and soon the other modules). --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 11c585a..21d1820 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('All GStreamer modules', 'c', version : '1.15.0.1', - meson_version : '>= 0.42.0', + meson_version : '>= 0.46.0', default_options : ['buildtype=debugoptimized']) gst_version = '>= @0@'.format(meson.project_version()) -- 2.7.4