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.
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