use rnixx fork of kivy

This commit is contained in:
Robert Niederreiter 2015-07-02 15:02:57 +02:00
parent f9eb90918e
commit 20a6815b3b

View file

@ -4,7 +4,7 @@ from os.path import join
class KivyRecipe(CythonRecipe):
version = "1.9.0"
url = "https://github.com/kivy/kivy/archive/{version}.zip"
url = "https://github.com/rnixx/kivy/archive/{version}.zip"
library = "libkivy.a"
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios"]
pbx_frameworks = ["OpenGLES", "Accelerate"]