[glib/meson-bump: 2/2] build: Bump up the required version of Meson



commit 9e59ee5fb1c5b5be1bec8ce780f6a4a133b1e143
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Jun 17 16:55:24 2019 +0100

    build: Bump up the required version of Meson
    
    We're using the `install` argument of the `configure_file()` object to
    conditionally install files depending on options. Meson <0.50 ignores
    the argument, and if we use later versions with a lower requirement, we
    get a warning.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 2b8b890cf..acf69744f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('glib', 'c', 'cpp',
   version : '2.61.2',
-  meson_version : '>= 0.48.0',
+  meson_version : '>= 0.50.1',
   default_options : [
     'buildtype=debugoptimized',
     'warning_level=1',


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