audiostream: add missing sdl2_mixer dependency
This commit is contained in:
parent
12c9b009a3
commit
e05c8dab0f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class AudiostreamRecipe(CythonRecipe):
|
||||||
version = "master"
|
version = "master"
|
||||||
url = "https://github.com/kivy/audiostream/archive/{version}.zip"
|
url = "https://github.com/kivy/audiostream/archive/{version}.zip"
|
||||||
library = "libaudiostream.a"
|
library = "libaudiostream.a"
|
||||||
depends = ["python", "sdl2"]
|
depends = ["python", "sdl2", "sdl2_mixer"]
|
||||||
pre_build_ext = True
|
pre_build_ext = True
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue