mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 10:38:30 +02:00
vulkan/overlay: fix missing installation of layer
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109739 Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
318e550549
commit
47ef52d333
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
sdata = configuration_data()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue