Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:tohur
pcsx2-git
pcsx2_unbundle-vulkan.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pcsx2_unbundle-vulkan.patch of Package pcsx2-git
diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake index 0f41dff76a..a93e573979 100644 --- a/cmake/SearchForStuff.cmake +++ b/cmake/SearchForStuff.cmake @@ -190,7 +190,6 @@ endif() if(USE_VULKAN) add_subdirectory(3rdparty/glslang EXCLUDE_FROM_ALL) - add_subdirectory(3rdparty/vulkan-headers EXCLUDE_FROM_ALL) endif() if(CUBEB_API) diff --git a/pcsx2/CMakeLists.txt b/pcsx2/CMakeLists.txt index e0d2f95360..cf30349a31 100644 --- a/pcsx2/CMakeLists.txt +++ b/pcsx2/CMakeLists.txt @@ -670,7 +670,7 @@ if(USE_VULKAN) GS/Renderers/Vulkan/VKStreamBuffer.h GS/Renderers/Vulkan/VKSwapChain.h ) - target_link_libraries(PCSX2_FLAGS INTERFACE Vulkan-Headers glslang) + target_link_libraries(PCSX2_FLAGS INTERFACE vulkan glslang) endif() set(pcsx2GSMetalShaders
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor