radv: link with ld_args_build_id
This is needed for radv_device_get_cache_uuid to work correctly. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6081>
This commit is contained in:
committed by
Marge Bot
parent
d1677c8f8c
commit
fffc287d44
@@ -164,7 +164,7 @@ libvulkan_radeon = shared_library(
|
||||
],
|
||||
c_args : [no_override_init_args, radv_flags],
|
||||
cpp_args : [radv_flags],
|
||||
link_args : [ld_args_bsymbolic, ld_args_gc_sections],
|
||||
link_args : [ld_args_build_id, ld_args_bsymbolic, ld_args_gc_sections],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
install : true,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user