mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Bump minimum required SDL2 version
due to SDL_HINT_NO_SIGNAL_HANDLERS
This commit is contained in:
parent
4ee4b0403e
commit
50003761c1
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ else(NOT enable-pkgconfig)
|
|||
|
||||
unset ( SDL2_SUPPORT CACHE )
|
||||
if ( enable-sdl2 )
|
||||
pkg_check_modules ( SDL2 sdl2 )
|
||||
pkg_check_modules ( SDL2 sdl2>=2.0.4 )
|
||||
set ( SDL2_SUPPORT ${SDL2_FOUND} )
|
||||
if ( SDL2_SUPPORT )
|
||||
list( APPEND PC_REQUIRES_PRIV "sdl2")
|
||||
|
|
Loading…
Reference in a new issue