aboutsummaryrefslogtreecommitdiffstats
path: root/egl
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 /egl
parentconnection: Make wl_closure_print output atomic (diff)
downloadwayland-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 'egl')
-rw-r--r--egl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/egl/meson.build b/egl/meson.build
index 065fd07..b3cbdf3 100644
--- a/egl/meson.build
+++ b/egl/meson.build
@@ -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',