kivy: pin kivy version to have FBO fixes

This commit is contained in:
Mathieu Virbel 2019-09-29 11:58:27 +02:00
parent dff4995035
commit dc695b1392

View file

@ -9,7 +9,8 @@ logger = logging.getLogger(__name__)
class KivyRecipe(CythonRecipe):
version = "1.11.0"
# post kivy 1.11.1, including Fbo depthbuffer fixes for iOS
version = "18f37ed6e29620ee53c2a7699e0e0894e06a7f91"
url = "https://github.com/kivy/kivy/archive/{version}.zip"
library = "libkivy.a"
depends = ["sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios",