[libsecret/wip/dueno/meson: 1/3] build: Bump meson_version to 0.50
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret/wip/dueno/meson: 1/3] build: Bump meson_version to 0.50
- Date: Wed, 24 Jul 2019 04:34:06 +0000 (UTC)
commit 555407a448d78057e3b9b2b2d8fcc83a2275d377
Author: Daiki Ueno <dueno src gnome org>
Date: Wed Jul 24 06:10:13 2019 +0200
build: Bump meson_version to 0.50
To suppress the warning:
WARNING: Project targetting '>= 0.48' but tried to use feature
introduced in '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 0d59799..8a6874e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('libsecret', 'c',
version: '0.18.8',
license: 'GPL2+',
- meson_version: '>= 0.48',
+ meson_version: '>= 0.50',
)
gnome = import('gnome')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]