[gnome-desktop/ebassi/update-for-gtk4: 5/17] build: Require a more recent version of Meson
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop/ebassi/update-for-gtk4: 5/17] build: Require a more recent version of Meson
- Date: Thu, 4 Nov 2021 17:55:53 +0000 (UTC)
commit 4645c3885cd5104ceb31fb11e172490e69b5cd5c
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]