From 49594970a849ed611b539deba0352ee4ec72abc3 Mon Sep 17 00:00:00 2001
From: Ludovico de Nittis <ludovico.denittis@collabora.com>
Date: Thu, 4 Mar 2021 14:16:58 +0100
Subject: [PATCH] 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: Ludovico de Nittis <ludovico.denittis@collabora.com>
---
 helpers/meson.build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/helpers/meson.build b/helpers/meson.build
index 0034412f4..37da1005d 100644
--- a/helpers/meson.build
+++ b/helpers/meson.build
@@ -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',
     )
   )
-- 
GitLab