projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1677c8
)
radv: link with ld_args_build_id
author
David McFarland
<corngood@gmail.com>
Sun, 26 Jul 2020 20:29:49 +0000
(17:29 -0300)
committer
Marge 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
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/meson.build
b/src/amd/vulkan/meson.build
index e5fba9de21bc4ae65edfe04063a20b1decd49173..ba3a9e53b8401ddaba5bffecd2278724e3e52b46 100644
(file)
--- a/
src/amd/vulkan/meson.build
+++ b/
src/amd/vulkan/meson.build
@@
-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_b
uild_id, ld_args_b
symbolic, ld_args_gc_sections],
gnu_symbol_visibility : 'hidden',
install : true,
)