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')
|
||||
|
||||
nm_path = find_program('nm').path()
|
||||
nm_path = find_program('nm').full_path()
|
||||
|
||||
test(
|
||||
'wayland-egl symbols check',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue