From 4fb1e0b33beb5cd9a94e5f625c35a0490b242da0 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Thu, 23 Sep 2021 10:38:40 +0200 Subject: [PATCH] meson: Bump to 0.56.0 This allows us to use meson.project_build_root (cherry picked from commit 3342d7329a6c790997e5c246e6ca1d3812a07915) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cf6ff9b..9c7d402 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ project( 'c', 'vala', version: '41.0', license: 'GPLv3+', - meson_version: '>= 0.49.0', + meson_version: '>= 0.56.0', default_options: [ 'warning_level=1', 'buildtype=debugoptimized',