summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-03-08 13:56:32 +0100
committerSimon Ser <contact@emersion.fr>2022-03-25 09:14:08 +0000
commit02661fde24b726edea201e2d4c2382b2723303cd (patch)
tree2100218e35cc0d2d8040ce880f4f6fe3ef4942e8 /tests
parentca4678354c4a7c21bfd184e604ad7a3c8224e10c (diff)
downloadwayland-02661fde24b726edea201e2d4c2382b2723303cd.tar.gz
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.build2
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(