mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
ca4678354c
commit
02661fde24
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ wayland_egl = library(
|
||||||
|
|
||||||
executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
|
executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
|
||||||
|
|
||||||
nm_path = find_program('nm').path()
|
nm_path = find_program('nm').full_path()
|
||||||
|
|
||||||
test(
|
test(
|
||||||
'wayland-egl symbols check',
|
'wayland-egl symbols check',
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ if add_languages('cpp')
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
sed_path = find_program('sed').path()
|
sed_path = find_program('sed').full_path()
|
||||||
|
|
||||||
if get_option('scanner')
|
if get_option('scanner')
|
||||||
test(
|
test(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue