mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 21:11:17 +12:00
Update SDL2 vcpkg port to 2.30.0
This commit is contained in:
parent
72ce4838ea
commit
a63678c1f4
15 changed files with 717 additions and 0 deletions
13
dependencies/vcpkg_overlay_ports_mac/sdl2/alsa-dep-fix.patch
vendored
Normal file
13
dependencies/vcpkg_overlay_ports_mac/sdl2/alsa-dep-fix.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/SDL2Config.cmake.in b/SDL2Config.cmake.in
|
||||
index cc8bcf26d..ead829767 100644
|
||||
--- a/SDL2Config.cmake.in
|
||||
+++ b/SDL2Config.cmake.in
|
||||
@@ -35,7 +35,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/sdlfind.cmake")
|
||||
|
||||
set(SDL_ALSA @SDL_ALSA@)
|
||||
set(SDL_ALSA_SHARED @SDL_ALSA_SHARED@)
|
||||
-if(SDL_ALSA AND NOT SDL_ALSA_SHARED AND TARGET SDL2::SDL2-static)
|
||||
+if(SDL_ALSA)
|
||||
sdlFindALSA()
|
||||
endif()
|
||||
unset(SDL_ALSA)
|
Loading…
Add table
Add a link
Reference in a new issue