build: address meson deprecation warnings:

- `ExternalProgram.path`
- `dependency.get_pkgconfig_variable`
- `meson.build_root`
- `meson.source_root`
This commit is contained in:
Aleksei Bavshin
2024-02-16 23:59:38 -08:00
parent 72406fa3f2
commit c2f37705ad
3 changed files with 13 additions and 13 deletions

View File

@ -31,5 +31,5 @@ waybar_test = executable(
test(
'waybar',
waybar_test,
workdir: meson.source_root(),
workdir: meson.project_source_root(),
)