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:
David McFarland
2020-07-26 17:29:49 -03:00
committed by Marge Bot
parent d1677c8f8c
commit fffc287d44
+1 -1
View File
@@ -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,
)