Skip to content
Snippets Groups Projects
Commit 49594970 authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

helpers: Install the Vulkan shaders in the correct directory


Otherwise the vulkan shaders were not included in the relocatable
pressure-vessel tarball.

Fixes: #62

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 4363e0dd
No related branches found
No related tags found
No related merge requests found
Pipeline #9766 passed
...@@ -103,9 +103,7 @@ foreach shader : ['frag', 'vert'] ...@@ -103,9 +103,7 @@ foreach shader : ['frag', 'vert']
output : shader + '.spv', output : shader + '.spv',
install : true, install : true,
install_dir : join_paths( install_dir : join_paths(
get_option('prefix'), pkglibexecdir,
get_option('libexecdir'),
'steam-runtime-tools-' + api_major,
'shaders', 'shaders',
) )
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment