aboutsummaryrefslogtreecommitdiff
path: root/emulators/yuzu/files/patch-sdl2
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/yuzu/files/patch-sdl2')
-rw-r--r--emulators/yuzu/files/patch-sdl26
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/yuzu/files/patch-sdl2 b/emulators/yuzu/files/patch-sdl2
index 2ece8df5c8d4..9a0ca406d41e 100644
--- a/emulators/yuzu/files/patch-sdl2
+++ b/emulators/yuzu/files/patch-sdl2
@@ -1,6 +1,6 @@
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252371
--- SDL2 2.0.14 or newer not found, falling back to externals.
+-- SDL2 2.0.15 or newer not found, falling back to externals.
CMake Error at externals/CMakeLists.txt:54 (add_subdirectory):
The source directory
@@ -9,13 +9,13 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory):
does not contain a CMakeLists.txt file.
---- CMakeLists.txt.orig 2021-04-23 22:48:47.000000000 +0000
+--- CMakeLists.txt.orig 2021-05-10 03:15:00 UTC
+++ CMakeLists.txt
@@ -293,7 +293,7 @@ if (ENABLE_SDL2)
endif()
if (NOT YUZU_USE_BUNDLED_SDL2)
-- find_package(SDL2 2.0.14 QUIET)
+- find_package(SDL2 2.0.15 QUIET)
+ find_package(SDL2 2.0.12 QUIET)
if (TRUE)