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 /omap | |
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 'omap')
-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(), ], ) |