vulkan: enable wayland support

This commit is contained in:
Gerasim Troeglazov
2024-09-13 13:24:44 +10:00
parent 02bb01f06c
commit 84c0c9aa16

View File

@@ -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