From 4c9a246c8de1dba4737becce59276aa37f4fdff6 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 15 Aug 2023 14:58:12 +0200 Subject: [PATCH] Meson: Bump minimum version to Debian 11's 1.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 85c49c22b3..800defb94c 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( ['c', 'cpp'], version: run_command('builder-support' / 'gen-version', check: true).stdout().strip(), # license_files: 'LICENSE', # TODO Meson 1.1.0 - meson_version: '>= 0.53', + meson_version: '>= 1.0', default_options: [ 'buildtype=debugoptimized', 'warning_level=2', # TODO Move this to 3 at some point to enable -Wpedantic -- 2.47.2