From 84c0c9aa169710280105e9fd7de5d3b146d9b2b7 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Fri, 13 Sep 2024 13:24:44 +1000 Subject: [PATCH] vulkan: enable wayland support --- sys-libs/vulkan/vulkan-1.3.238.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/vulkan/vulkan-1.3.238.recipe b/sys-libs/vulkan/vulkan-1.3.238.recipe index 6e0f2a086..6b84c5284 100644 --- a/sys-libs/vulkan/vulkan-1.3.238.recipe +++ b/sys-libs/vulkan/vulkan-1.3.238.recipe @@ -11,7 +11,7 @@ layers, between an application and the drivers." HOMEPAGE="https://www.vulkan.org/" COPYRIGHT="2014-2022 The Khronos Group Inc." LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v$portVersion.tar.gz" SOURCE_FILENAME="Vulkan-Loader-$portVersion.tar.gz" CHECKSUM_SHA256="54efc088258e83304f105d6998adaa54340045f490884b2d136a8584d66cb861" @@ -74,7 +74,7 @@ BUILD() -DVulkanHeaders_DIR=$sourceDir2/build \ -DBUILD_WSI_XCB_SUPPORT=Off \ -DBUILD_WSI_XLIB_SUPPORT=Off \ - -DBUILD_WSI_WAYLAND_SUPPORT=Off \ + -DBUILD_WSI_WAYLAND_SUPPORT=On \ -DFALLBACK_CONFIG_DIRS="/boot/home/config/non-packaged/add-ons:/boot/home/config/add-ons:/boot/system/non-packaged/add-ons:/boot/system/add-ons" \ -G Ninja