nixpkgs/pkgs/by-name/mo/monado-vulkan-layers/absolute-layer-path.patch
Sefa Eyeoglu dcebda8c15
monado-vulkan-layers: init at 0-unstable-2024-02-21
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

Co-authored-by: PassiveLemon <lemonl3mn@protonmail.com>
2024-10-24 15:01:42 +02:00

13 lines
430 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d9a1b56..9a07e69 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,6 +41,7 @@ generate_vulkan_api_layer_manifest_at_install(
RELATIVE_LAYER_DIR ${LAYER_INSTALLDIR}
DESTINATION ${CMAKE_INSTALL_DATADIR}/vulkan/implicit_layer.d
COMPONENT vulkan_layer
+ ABSOLUTE_LAYER_PATH
)
set(CPACK_COMPONENT_vulkan_layer_DISPLAY_NAME "Timeline Semaphore Vulkan Implicit Layer")