Skip to content

Commit

Permalink
some small fixes for SDL package
Browse files Browse the repository at this point in the history
  • Loading branch information
wheybags committed Oct 22, 2017
1 parent 5ec637c commit f8f71aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ hunter_config(QtCMakeExtra VERSION 1.0.27)
hunter_config(QtQmlManager VERSION 1.0.0)
hunter_config(RapidJSON VERSION 1.0.2-p2)
hunter_config(RapidXML VERSION 1.13)
hunter_config(SDL2 VERSION 2.0.4-p4)
hunter_config(SDL2 VERSION 2.0.4-p5)
hunter_config(SDL_image VERSION 2.0.1-p1)
hunter_config(SDL_mixer VERSION 2.0.1-p1)
hunter_config(SQLite3 VERSION autoconf-3080803) #R-Tree enabled
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/SDL2/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ include(hunter_download)
include(hunter_pick_scheme)
include(hunter_cacheable)

hunter_add_version(
PACKAGE_NAME
SDL2
VERSION
"2.0.4-p5"
URL
"https://github.com/hunter-packages/SDL2/archive/2.0.4-p5.tar.gz"
SHA1
14dcb4c439f0dbd71ad0b92184b35e3a7f29e3ca
)

hunter_add_version(
PACKAGE_NAME
SDL2
Expand Down

0 comments on commit f8f71aa

Please sign in to comment.