diff options
| author | Simon Ser <contact@emersion.fr> | 2022-03-08 13:56:32 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2022-03-25 09:14:08 +0000 |
| commit | 02661fde24b726edea201e2d4c2382b2723303cd (patch) | |
| tree | 2100218e35cc0d2d8040ce880f4f6fe3ef4942e8 /tests | |
| parent | connection: Make wl_closure_print output atomic (diff) | |
| download | wayland-02661fde24b726edea201e2d4c2382b2723303cd.tar wayland-02661fde24b726edea201e2d4c2382b2723303cd.tar.gz wayland-02661fde24b726edea201e2d4c2382b2723303cd.tar.bz2 wayland-02661fde24b726edea201e2d4c2382b2723303cd.tar.lz wayland-02661fde24b726edea201e2d4c2382b2723303cd.tar.xz wayland-02661fde24b726edea201e2d4c2382b2723303cd.tar.zst wayland-02661fde24b726edea201e2d4c2382b2723303cd.zip | |
build: use full_path() instead of path()
Fixes the following warning:
WARNING: Project targeting '>= 0.56.0' but tried to use feature deprecated
since '0.55.0': ExternalProgram.path. use ExternalProgram.full_path() instead
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index 58794e7..dd1aa85 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -77,7 +77,7 @@ if add_languages('cpp') ) endif -sed_path = find_program('sed').path() +sed_path = find_program('sed').full_path() if get_option('scanner') test( |
