diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:05:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:05:13 +0000 |
commit | 760b2c2d6e60d044191fffc8ff3ed27ae7bc7785 (patch) | |
tree | 2216cfc89ed84a774602562524913c4b2f9d956f /freedreno/meson.build | |
parent | Releasing progress-linux version 2.4.120-2~progress7.99u1. (diff) | |
download | libdrm-760b2c2d6e60d044191fffc8ff3ed27ae7bc7785.tar.xz libdrm-760b2c2d6e60d044191fffc8ff3ed27ae7bc7785.zip |
Merging upstream version 2.4.121.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | freedreno/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freedreno/meson.build b/freedreno/meson.build index 5ba1a3f..1d1bd82 100644 --- a/freedreno/meson.build +++ b/freedreno/meson.build @@ -77,6 +77,6 @@ test( args : [ '--lib', libdrm_freedreno, '--symbols-file', files('freedreno-symbols.txt'), - '--nm', prog_nm.path(), + '--nm', prog_nm.full_path(), ], ) |