build: Fix glslang dependency for Fedora 42 (#1622)
Some checks failed
Build check / build (push) Waiting to run
Generate translation template / generate-pot (push) Failing after 47s

This commit is contained in:
qurious-pixel 2025-06-30 20:00:11 -07:00 committed by GitHub
parent 6c392d5a22
commit 35ecfa3f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -552,7 +552,7 @@ target_include_directories(CemuCafe PUBLIC "../")
if (glslang_VERSION VERSION_LESS "15.0.0") if (glslang_VERSION VERSION_LESS "15.0.0")
set(glslang_target "glslang::SPIRV") set(glslang_target "glslang::SPIRV")
else() else()
set(glslang_target "glslang") set(glslang_target "glslang::glslang")
endif() endif()
target_link_libraries(CemuCafe PRIVATE target_link_libraries(CemuCafe PRIVATE

View file

@ -57,6 +57,10 @@
"libusb" "libusb"
], ],
"overrides": [ "overrides": [
{
"name": "glslang",
"version": "15.1.0"
},
{ {
"name": "sdl2", "name": "sdl2",
"version": "2.30.3" "version": "2.30.3"