summaryrefslogtreecommitdiff
path: root/amdgpu
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-09-01 13:10:41 -0700
committerSimon Ser <contact@emersion.fr>2023-10-20 05:21:01 +0000
commitbd205d133e42069ac60013854e75a35f9fb54424 (patch)
tree2b33fa7e4dc037ac00062ee8e924c1dca1d469c9 /amdgpu
parent16e6a965051fae4d5142e9f16c47bb6bd3dd6f59 (diff)
meson: replace deprecated program.path -> program.full_path
To avoid Meson warnings Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'amdgpu')
-rw-r--r--amdgpu/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/amdgpu/meson.build b/amdgpu/meson.build
index 20bf6244..679de94d 100644
--- a/amdgpu/meson.build
+++ b/amdgpu/meson.build
@@ -65,6 +65,6 @@ test(
args : [
'--lib', libdrm_amdgpu,
'--symbols-file', files('amdgpu-symbols.txt'),
- '--nm', prog_nm.path(),
+ '--nm', prog_nm.full_path(),
],
)