meson: bump minimum version

`doc/meson.build` used currently-deprecated functions. Replace those
with the proper alternatives, which were introduced in a newer meson
version than our requirement. As a consequence, bump minimal version.
This commit is contained in:
Arnaud Ferraris
2022-02-19 15:05:31 +01:00
parent be1ae18592
commit 5e4c797695
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ project (
'c',
version : '0.4.2',
license : 'GPLv3+',
meson_version : '>= 0.50.0',
meson_version : '>= 0.58.0',
default_options :
[
'warning_level=1',