Bump minimum required SDL2 version

due to SDL_HINT_NO_SIGNAL_HANDLERS
This commit is contained in:
Tom M 2022-04-23 09:58:05 +02:00 committed by GitHub
parent 4ee4b0403e
commit 50003761c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")