Skip to content
Snippets Groups Projects
Commit 49594970 authored by Ludovico de Nittis's avatar Ludovico de Nittis :palm_tree:
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']
output : shader + '.spv',
install : true,
install_dir : join_paths(
get_option('prefix'),
get_option('libexecdir'),
'steam-runtime-tools-' + api_major,
pkglibexecdir,
'shaders',
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment