*/meson.build: Fix warnings about features deprecated since Meson 0.56

1.0.0 is currently set as the minimum required version of Meson.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/681>
This commit is contained in:
MoonlightWave-12
2024-09-24 14:32:54 +02:00
parent 5dee848875
commit 985e0c976a
4 changed files with 7 additions and 7 deletions

View File

@ -136,7 +136,7 @@ foreach layout : [
+ ['--example', 'test_layout', '--', layout]
+ extra,
timeout: timeout,
workdir: meson.build_root(),
workdir: meson.project_build_root(),
)
endforeach
@ -147,8 +147,8 @@ if get_option('find_orphans')
cargo_script,
args: ['run'] + cargo_build_flags
+ ['--example', 'find_orphan_layouts',
'--', meson.source_root() + '/data/keyboards/'],
'--', meson.project_source_root() + '/data/keyboards/'],
timeout: timeout,
workdir: meson.build_root(),
workdir: meson.project_build_root(),
)
endif