mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
VulkanLoader: do not enable xcb support
This commit is contained in:
parent
b8e08c1470
commit
24ad8607fa
2
3rdparty/CMakeLists.txt
vendored
2
3rdparty/CMakeLists.txt
vendored
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue