From a19e737c7fb8d6aee95d00b0b55ef5f7429b24a7 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 28 Mar 2019 13:46:45 +0100 Subject: build: Bump required meson version to 0.50.0 We are obviously using features from meson 0.50.0 as per the following warnings: WARNING: Project targetting '>= 0.49.0' but tried to use feature introduced in '0.50.0': install arg in configure_file So let's bump the required version in order to prevent those warnings. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 48e9f0bb..93c6404a 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( version: '1.41.2', license: 'LGPL2+', default_options: 'buildtype=debugoptimized', - meson_version: '>= 0.49.0', + meson_version: '>= 0.50.0', ) gvfs_name = meson.project_name() -- cgit v1.2.1