[gnome-desktop/ebassi/update-for-gtk4: 4/7] 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: 4/7] build: Require a more recent version of Meson
- Date: Tue, 26 Oct 2021 17:01:39 +0000 (UTC)
commit 2a46cc87fd96329668a7ffdd06819b137a1778eb
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 cceefe0c..95aaa72a 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.0',
- 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]