From: Fred Morcos Date: Tue, 15 Aug 2023 12:58:12 +0000 (+0200) Subject: Meson: Bump minimum version to Debian 11's 1.0 X-Git-Tag: rec-5.1.0-alpha1~80^2~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c9a246c8de1dba4737becce59276aa37f4fdff6;p=thirdparty%2Fpdns.git Meson: Bump minimum version to Debian 11's 1.0 --- 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