From: Remi Gacogne Date: Thu, 13 Feb 2025 10:51:49 +0000 (+0100) Subject: dnsdist: Bump the required version of `meson` to 1.3 X-Git-Tag: dnsdist-2.0.0-alpha1~97^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53d3f145881942618234c9dce4b5ec1250c3a40;p=thirdparty%2Fpdns.git dnsdist: Bump the required version of `meson` to 1.3 Since we now use the `follow_symlinks` option of `install_data()`. We could probably make it work with older versions but a quick look at what distributions provide suggests that 1.2.1 or 1.3.0 is practically the same amount of pain. --- diff --git a/pdns/dnsdistdist/meson.build b/pdns/dnsdistdist/meson.build index 4024539814..6900e9bfab 100644 --- a/pdns/dnsdistdist/meson.build +++ b/pdns/dnsdistdist/meson.build @@ -4,7 +4,7 @@ project( version: run_command('../../builder-support' / 'gen-version', check: true).stdout().strip(), license: 'GPLv2', license_files: 'NOTICE', - meson_version: '>= 1.2.1', + meson_version: '>= 1.3.0', default_options: [ 'buildtype=debugoptimized', 'warning_level=2', # TODO Move this to 3 to enable -Wpedantic