VulkanLoader: do not enable xcb support

This commit is contained in:
DH 2025-10-04 16:58:39 +03:00
parent b8e08c1470
commit 24ad8607fa

View file

@ -279,6 +279,8 @@ if (NOT COMPILE_VULKAN_LOADER OR ANDROID OR APPLE)
endif()
if (COMPILE_VULKAN_LOADER)
set(BUILD_WSI_XCB_SUPPORT off)
add_subdirectory(Vulkan-Loader)
target_link_libraries(3rdparty_vulkan INTERFACE Vulkan::Loader)
endif()