[Spice-devel] [PATCH spice-gtk] meson: Bump minimum required meson_version to 0.50

Snir Sheriber ssheribe at redhat.com
Wed Aug 28 15:57:16 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>
---
 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())
 
-- 
2.21.0



More information about the Spice-devel mailing list