Quellcode durchsuchen

Bump conan SDL2 version to 2.0.14

Update conan package version used for building.

A couple of new joystick-related functions might pose interest to yuzu's input system. Some sort of LED management have been added, but it doesn't seem to support leds used for player number indication JoyCons/ProCons use.
Valeri vor 5 Jahren
Ursprung
Commit
46dda01151
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -261,7 +261,7 @@ if(ENABLE_SDL2)
     find_package(SDL2)
     find_package(SDL2)
     if (NOT SDL2_FOUND)
     if (NOT SDL2_FOUND)
         # otherwise add this to the list of libraries to install
         # otherwise add this to the list of libraries to install
-        list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.12@bincrafters/stable")
+        list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.14@bincrafters/stable")
     endif()
     endif()
 endif()
 endif()