mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
VulkanLoader: do not enable xcb support
This commit is contained in:
parent
b8e08c1470
commit
24ad8607fa
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue