mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 08:10:14 +01:00
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:
parent
c3957860b8
commit
8f535dea88
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue