Skip to content

Commit

Permalink
Bump SDL2 version to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
grz0 authored and irydacea committed Apr 27, 2021
1 parent 9e4c770 commit c0db731
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ endif(ENABLE_DEBUG_WINDOW_LAYOUT)
if(ENABLE_GAME OR ENABLE_TESTS)
# find_package(OpenGL REQUIRED)
# find_package(GLEW REQUIRED)
find_package(SDL2 2.0.4 REQUIRED)
find_package(SDL2 2.0.8 REQUIRED)
find_package(SDL2_image 2.0.2 REQUIRED)
find_package(SDL2_mixer 2.0.0 REQUIRED)
find_package(VorbisFile REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ order to build Wesnoth:
* Program Options
* System
* SDL2 libraries:
* SDL2 >= 2.0.4
* SDL2 >= 2.0.8
* SDL2_image >= 2.0.2 (with PNG and JPEG support)
* SDL2_mixer >= 2.0.0 (with Ogg Vorbis support)
* Fontconfig >= 2.4.1
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ if env["prereqs"]:

def have_sdl_other():
return \
conf.CheckSDL(require_version = '2.0.4') & \
conf.CheckSDL(require_version = '2.0.8') & \
conf.CheckSDL("SDL2_mixer", header_file = "SDL_mixer") & \
conf.CheckSDL("SDL2_image", header_file = "SDL_image")

Expand Down

0 comments on commit c0db731

Please sign in to comment.