[gnome-desktop/ebassi/update-for-gtk4: 5/23] build: Require a more recent version of Meson




commit 88e8209f00d31a9b9b17bfc40bd45b68cf9cb3fa
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 26 17:15:39 2021 +0100

    build: Require a more recent version of Meson
    
    Version 0.49 is ancient.
    
    Debian stable ships with 0.56.2, so let's go with that.

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 526cf4f8..31b323ab 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('gnome-desktop', 'c',
-  meson_version: '>= 0.49.0',
+  meson_version: '>= 0.56.2',
   version: '41.1',
-  license: ['GPL2+', 'LGPL2+']
+  license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
 )
 
 # Before making a release, the libversion string should be modified.


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