[file-roller: 1/2] build: bump required meson version to 0.50



commit 42e9442e25e20142359f9af4909ee5fbe2c78f52
Author: Peter Keresztes Schmidt <carbenium outlook com>
Date:   Tue Aug 6 00:58:12 2019 +0200

    build: bump required meson version to 0.50
    
    In data/meson.build the arg 'install' in the
    configuration_file call is used. This feature was
    introduced in meson 0.50.0.
    
    This commit fixes the following warning:
    WARNING: Project targetting '>=0.43' but tried to use feature introduced in '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 70136bcd..d13064ec 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('file-roller', 'c',
   license : 'GPL2+',
   version : '3.32.2',
-  meson_version : '>=0.43'
+  meson_version : '>=0.50'
 )
 
 glib_version = '>=2.36'


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