do not require latest
This commit is contained in:
parent
a6a0b513dc
commit
73b9ac9b7d
1 changed files with 3 additions and 8 deletions
11
externals/CMakeLists.txt
vendored
11
externals/CMakeLists.txt
vendored
|
@ -133,18 +133,13 @@ if (ENABLE_SDL3)
|
||||||
set(SDL_FILE ON)
|
set(SDL_FILE ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if ("${YUZU_SYSTEM_PROFILE}" STREQUAL "steamdeck")
|
AddJsonPackage(sdl3)
|
||||||
set(SDL_PIPEWIRE OFF) # build errors out with this on
|
|
||||||
AddJsonPackage("sdl3_steamdeck")
|
|
||||||
else()
|
|
||||||
AddJsonPackage("sdl3_generic")
|
|
||||||
endif()
|
|
||||||
elseif (YUZU_USE_BUNDLED_SDL3)
|
elseif (YUZU_USE_BUNDLED_SDL3)
|
||||||
message(STATUS "Using bundled SDL3")
|
message(STATUS "Using bundled SDL3")
|
||||||
AddJsonPackage(sdl3)
|
AddJsonPackage(sdl3-ci)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(SDL3 3.2.22 REQUIRED)
|
find_package(SDL3 3.2.12 REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# SPIRV Headers
|
# SPIRV Headers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue