diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:05:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:05:12 +0000 |
commit | fe5658b06446e270f0852ce1f4c501bb4ec22174 (patch) | |
tree | 6e8b69c038bc4b3f5d722a295b52cbfcd5fbac6c /freedreno | |
parent | Adding debian version 2.4.120-2. (diff) | |
download | libdrm-fe5658b06446e270f0852ce1f4c501bb4ec22174.tar.xz libdrm-fe5658b06446e270f0852ce1f4c501bb4ec22174.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(), ], ) |