<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Mesa build fails when vulkan-overlay-layer option is enabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=109739#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Mesa build fails when vulkan-overlay-layer option is enabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=109739">bug 109739</a>
from <span class="vcard"><a class="email" href="mailto:oschowa@web.de" title="oschowa@web.de">oschowa@web.de</a>
</span></b>
<pre>I had to add this to get the overlay .so deployed:
diff --git a/src/vulkan/overlay-layer/meson.build
b/src/vulkan/overlay-layer/meson.build
index 573983e0438..9d1bc97c131 100644
--- a/src/vulkan/overlay-layer/meson.build
+++ b/src/vulkan/overlay-layer/meson.build
@@ -48,6 +48,7 @@ vklayer_mesa_overlay = shared_library(
link_args : cc.get_supported_link_arguments(['-Wl,-Bsymbolic-functions',
'-Wl,-z,relro']),
link_with : [libmesa_util, libvulkan_util],
install_dir : vklayer_install_dir,
+ install : true
)
also currently the layer won't get build with
-D vulkan-drivers=''
so you can't build it independently.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>