mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Fix SDL2 if Target unavailable
This commit is contained in:
parent
84756ba8ef
commit
851593d5df
2 changed files with 20 additions and 1 deletions
|
@ -10,7 +10,7 @@ if(CHIAKI_GUI_ENABLE_QT_GAMEPAD)
|
|||
find_package(Qt5 REQUIRED COMPONENTS Gamepad)
|
||||
endif()
|
||||
if(CHIAKI_GUI_ENABLE_SDL_GAMECONTROLLER)
|
||||
find_package(SDL2 REQUIRED)
|
||||
find_package(SDL2 MODULE REQUIRED)
|
||||
endif()
|
||||
|
||||
find_package(FFMPEG REQUIRED COMPONENTS avcodec avutil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue