v3dv: use ld_args_build_id

This driver landed after the move to ld_args_build_id, so it never got
converted over. Let's make sure it's testing for the feature support
rather than just assuming it's there.

Acked-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37393>
This commit is contained in:
Erik Faye-Lund 2025-09-16 09:58:33 +02:00 committed by Marge Bot
parent c3957860b8
commit 8f535dea88

View file

@ -103,7 +103,7 @@ libvulkan_broadcom = shared_library(
],
dependencies : v3dv_deps,
c_args : v3dv_flags,
link_args : [vulkan_icd_link_args, '-Wl,--build-id=sha1', ld_args_bsymbolic, ld_args_gc_sections],
link_args : [vulkan_icd_link_args, ld_args_build_id, ld_args_bsymbolic, ld_args_gc_sections],
link_depends : vulkan_icd_link_depends,
gnu_symbol_visibility : 'hidden',
install : true,