Skip to content

Commit

Permalink
Bump minimum required SDL2 version
Browse files Browse the repository at this point in the history
due to SDL_HINT_NO_SIGNAL_HANDLERS
  • Loading branch information
derselbst authored Apr 23, 2022
1 parent 4ee4b04 commit 5000376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5000376

Please sign in to comment.