[gnome-software/wip/hadess/meson-fixes: 185/185] build: Bump meson req to fix warning



commit ac325f36df018c14c173eedbdf17bb6cead6183f
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 21 16:46:53 2020 +0100

    build: Bump meson req to fix warning
    
    |WARNING: Project targeting '>=0.47.0' but tried to use feature introduced in '0.50.0': install arg in 
configure_file
    |WARNING: Project specifies a minimum meson_version '>=0.47.0' but uses features which were added in 
newer versions:
    | * 0.50.0: {'install arg in configure_file'}

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 684ecd3d..83579e54 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('gnome-software', 'c',
   version : '3.37.1',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c99'],
-  meson_version : '>=0.47.0'
+  meson_version : '>=0.50.0'
 )
 
 conf = configuration_data()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]