- gitlab CI: run
meson
instead ofninja
for test & install steps - meson: replace
join_paths
with/
- meson: replace deprecated
source_root
with newproject_source_root
Declares minimum required version of meson to be 0.56.0 from October 2020.
meson
instead of ninja
for test & install stepsjoin_paths
with /
source_root
with new project_source_root
Declares minimum required version of meson to be 0.56.0 from October 2020.