[Spice-devel] [PATCH spice-gtk] meson: Bump minimum required meson_version to 0.50
Frediano Ziglio
fziglio at redhat.com
Wed Aug 28 16:23:23 UTC 2019
>
> This will drop the following warning:
> "Project specifies a minimum meson_version '>= 0.49' but uses
> features which were added in newer versions"
>
> Signed-off-by: Snir Sheriber <ssheribe at redhat.com>
Why not 0.51? From repology looks like all distros have less than 0.50 or
at least 0.51.
It looks like this warning is a false positive, I don't remember any
significant updates since we bump to 0.49.
> ---
> meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 07dbb70..eeae356 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -4,7 +4,7 @@
> project('spice-gtk', 'c',
> version : run_command('build-aux/git-version-gen',
> '@0@/.tarball-version'.format(meson.source_root()), check :
> true).stdout().strip(),
> license : 'LGPLv2.1',
> - meson_version : '>= 0.49')
> + meson_version : '>= 0.50')
>
> meson.add_dist_script('build-aux/meson-dist', meson.project_version(),
> meson.source_root())
>
Frediano
More information about the Spice-devel
mailing list