radv: link with ld_args_build_id
authorDavid McFarland <corngood@gmail.com>
Sun, 26 Jul 2020 20:29:49 +0000 (17:29 -0300)
committerMarge Bot <eric+marge@anholt.net>
Mon, 27 Jul 2020 09:45:53 +0000 (09:45 +0000)
This is needed for radv_device_get_cache_uuid to work correctly.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6081>

src/amd/vulkan/meson.build

index e5fba9de21bc4ae65edfe04063a20b1decd49173..ba3a9e53b8401ddaba5bffecd2278724e3e52b46 100644 (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,
 )