summaryrefslogtreecommitdiff
path: root/media-libs/vulkan-loader/files/vulkan-loader-Fix-layers-install-directory.patch
blob: 193a8e55a46590dcf9356e8aafb50fab45f778fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 4ae095d8d3e668311b3db3657af753dfb39a149c Mon Sep 17 00:00:00 2001
From: Nick Sarnie <sarnex@gentoo.org>
Date: Sun, 22 Apr 2018 18:44:48 -0400
Subject: [PATCH] Make the layers install into the data root directory

Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
---
 layers/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt
index 9ade6a03..c1a3cedd 100644
--- a/layers/CMakeLists.txt
+++ b/layers/CMakeLists.txt
@@ -142,7 +142,7 @@ if(UNIX)
                 VERBATIM
                 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/linux/${config_file}.json
                 )
-            install(FILES ${CMAKE_CURRENT_BINARY_DIR}/staging-json/${config_file}.json DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/vulkan/explicit_layer.d)
+            install(FILES ${CMAKE_CURRENT_BINARY_DIR}/staging-json/${config_file}.json DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/vulkan/explicit_layer.d)
         endforeach(config_file)
     endif()
 endif()
-- 
2.17.0