From 555407a448d78057e3b9b2b2d8fcc83a2275d377 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 24 Jul 2019 06:10:13 +0200 Subject: [PATCH] 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')