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 /omap/meson.build | |
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 'omap/meson.build')
-rw-r--r-- | omap/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omap/meson.build b/omap/meson.build index eebd142..8856d4a 100644 --- a/omap/meson.build +++ b/omap/meson.build @@ -56,6 +56,6 @@ test( args : [ '--lib', libdrm_omap, '--symbols-file', files('omap-symbols.txt'), - '--nm', prog_nm.path(), + '--nm', prog_nm.full_path(), ], ) |