From: Tim-Philipp Müller Date: Wed, 25 Apr 2018 00:06:27 +0000 (+0100) Subject: Bump Meson requirement to 0.46 X-Git-Tag: 1.19.3~481^2~330 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14bf7c9990f211ec809b1047e43d4050f9b208cc;p=platform%2Fupstream%2Fgstreamer.git Bump Meson requirement to 0.46 Which matches GStreamer core's (and soon the other modules). --- 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())