mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
build: address meson deprecation warnings:
- `ExternalProgram.path` - `dependency.get_pkgconfig_variable` - `meson.build_root` - `meson.source_root`
This commit is contained in:
@ -31,5 +31,5 @@ waybar_test = executable(
|
||||
test(
|
||||
'waybar',
|
||||
waybar_test,
|
||||
workdir: meson.source_root(),
|
||||
workdir: meson.project_source_root(),
|
||||
)
|
||||
|
Reference in New Issue
Block a user