fixes missing CoreMedia and CoreVideo when using Kivy

This commit is contained in:
Mathieu Virbel 2019-09-22 19:56:58 +02:00
parent f8916b95f5
commit 3d76c34ec8

View file

@ -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):