fixes missing CoreMedia and CoreVideo when using Kivy
This commit is contained in:
parent
f8916b95f5
commit
3d76c34ec8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class KivyRecipe(CythonRecipe):
|
|||
library = "libkivy.a"
|
||||
depends = ["sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios",
|
||||
"pyobjus", "python"]
|
||||
pbx_frameworks = ["OpenGLES", "Accelerate"]
|
||||
pbx_frameworks = ["OpenGLES", "Accelerate", "CoreMedia", "CoreVideo"]
|
||||
pre_build_ext = True
|
||||
|
||||
def get_recipe_env(self, arch):
|
||||
|
|
Loading…
Add table
Reference in a new issue