[epiphany/mcatanzaro/meson-version: 2/2] Require meson 0.50.0



commit 29a87724ffd04721023fa3ead66ed1a690e43f4a
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Mar 15 11:29:46 2019 -0500

    Require meson 0.50.0
    
    WARNING: Project targetting '>= 0.42.0' but tried to use feature introduced in '0.50.0': install arg in 
configure_file
    
    WARNING: Project specifies a minimum meson_version '>= 0.42.0' but uses features which were added in 
newer versions:
     * 0.50.0: {'install arg in configure_file'}
    
    We haven't changed anything here, so it's surprising, but the files do
    need to be installed....

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 3eb061829..b58b4a86e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('epiphany', 'c',
   license: 'GPL3+',
   version: '3.31.90',
-  meson_version: '>= 0.42.0',
+  meson_version: '>= 0.50.0',
   default_options: ['c_std=gnu11']
 )
 


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