mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
26 lines
760 B
Diff
26 lines
760 B
Diff
diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake
|
|
index 5c81d98..746ed49 100644
|
|
--- a/cmake/SearchForStuff.cmake
|
|
+++ b/cmake/SearchForStuff.cmake
|
|
@@ -187,7 +187,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 2fe9606..9b9fc3f 100644
|
|
--- a/pcsx2/CMakeLists.txt
|
|
+++ b/pcsx2/CMakeLists.txt
|
|
@@ -664,7 +664,7 @@ if(USE_VULKAN)
|
|
GS/Renderers/Vulkan/VKTexture.h
|
|
GS/Renderers/Vulkan/VKUtil.h
|
|
)
|
|
- target_link_libraries(PCSX2_FLAGS INTERFACE Vulkan-Headers glslang)
|
|
+ target_link_libraries(PCSX2_FLAGS INTERFACE glslang)
|
|
endif()
|
|
|
|
set(pcsx2GSMetalShaders
|