[gnome-nibbles/misc-fixes] Bump required meson version to 0.50.1
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles/misc-fixes] Bump required meson version to 0.50.1
- Date: Mon, 6 Jul 2020 09:26:43 +0000 (UTC)
commit 3f0c9ecbd6b2059175c5742ab5562a20b8ca8d56
Author: Iulian Radu <iulian radu67 gmail com>
Date: Mon Jul 6 12:03:20 2020 +0300
Bump required meson version to 0.50.1
The project is using the install arg for configure_file
which was added in meson 0.50.
https://mesonbuild.com/Reference-manual.html#configure_file
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 7b97f54..92f1799 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-nibbles', ['c', 'vala'],
license: 'GPL3+',
- meson_version: '>= 0.44.1',
+ meson_version: '>= 0.50.1',
version: '3.37.0'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]