mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 01:58:02 +02:00
meson: Replace usages of deprecated ExternalProgram.path()
!347 fixed some of these, but not all. Signed-off-by: Joaquim Monteiro <joaquim.monteiro@protonmail.com>
This commit is contained in:
parent
c7c3c14bfc
commit
fbb83f74d6
4 changed files with 4 additions and 4 deletions
|
|
@ -56,6 +56,6 @@ test(
|
|||
args : [
|
||||
'--lib', libdrm_exynos,
|
||||
'--symbols-file', files('exynos-symbols.txt'),
|
||||
'--nm', prog_nm.path(),
|
||||
'--nm', prog_nm.full_path(),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -104,6 +104,6 @@ test(
|
|||
args : [
|
||||
'--lib', libdrm_intel,
|
||||
'--symbols-file', files('intel-symbols.txt'),
|
||||
'--nm', prog_nm.path(),
|
||||
'--nm', prog_nm.full_path(),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@ test(
|
|||
args : [
|
||||
'--lib', libdrm_omap,
|
||||
'--symbols-file', files('omap-symbols.txt'),
|
||||
'--nm', prog_nm.path(),
|
||||
'--nm', prog_nm.full_path(),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -59,6 +59,6 @@ test(
|
|||
args : [
|
||||
'--lib', libdrm_tegra,
|
||||
'--symbols-file', files('tegra-symbols.txt'),
|
||||
'--nm', prog_nm.path(),
|
||||
'--nm', prog_nm.full_path(),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue