Merge pull request #238 from kivy/kivy_depends
Add pyobjus dependency. closes #229
This commit is contained in:
commit
8fe8fbf57e
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ class KivyRecipe(CythonRecipe):
|
||||||
version = "1.9.1"
|
version = "1.9.1"
|
||||||
url = "https://github.com/kivy/kivy/archive/{version}.zip"
|
url = "https://github.com/kivy/kivy/archive/{version}.zip"
|
||||||
library = "libkivy.a"
|
library = "libkivy.a"
|
||||||
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios"]
|
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios",
|
||||||
|
"pyobjus"]
|
||||||
pbx_frameworks = ["OpenGLES", "Accelerate"]
|
pbx_frameworks = ["OpenGLES", "Accelerate"]
|
||||||
pre_build_ext = True
|
pre_build_ext = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue