sdl2: uses a contributed version of SDL2 as the stable version has issue when setting the resolution. Need to test back the stable one.

This commit is contained in:
Mathieu Virbel 2015-02-13 18:38:23 +01:00
parent f637641917
commit 721e8fe43a

View file

@ -3,8 +3,10 @@ import sh
class LibSDL2Recipe(Recipe):
version = "2.0.3"
url = "https://www.libsdl.org/release/SDL2-{version}.tar.gz"
#version = "2.0.3"
#url = "https://www.libsdl.org/release/SDL2-{version}.tar.gz"
version = "iOS-improvements"
url = "https://bitbucket.org/slime73/sdl-experiments/get/{version}.tar.gz"
library = "Xcode-iOS/SDL/build/Release-{arch.sdk}/libSDL2.a"
include_dir = "include"