[gnome-software/wip/hadess/meson-fixes: 1/2] build: Bump meson req to fix warning
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/hadess/meson-fixes: 1/2] build: Bump meson req to fix warning
- Date: Fri, 21 Feb 2020 15:58:06 +0000 (UTC)
commit aa01407a3b486ff6c2fa2eb541f60a4a3f488d8b
Author: Bastien Nocera <hadess hadess net>
Date: Fri Feb 21 16:46:53 2020 +0100
build: Bump meson req to fix warning
|WARNING: Project targeting '>=0.47.0' but tried to use feature introduced in '0.50.0': install arg in
configure_file
|WARNING: Project specifies a minimum meson_version '>=0.47.0' but uses features which were added in
newer versions:
| * 0.50.0: {'install arg in configure_file'}
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 6a201825..a51dd784 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('gnome-software', 'c',
version : '3.35.92',
license : 'GPL-2.0+',
default_options : ['warning_level=1', 'c_std=c99'],
- meson_version : '>=0.47.0'
+ meson_version : '>=0.50.0'
)
conf = configuration_data()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]