From e05c8dab0f9cc48dd575fcd616e47ec08c570bf7 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Wed, 4 Mar 2015 16:42:32 +0100 Subject: [PATCH] audiostream: add missing sdl2_mixer dependency --- recipes/audiostream/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/audiostream/__init__.py b/recipes/audiostream/__init__.py index 2228ad8..64e749f 100644 --- a/recipes/audiostream/__init__.py +++ b/recipes/audiostream/__init__.py @@ -5,7 +5,7 @@ class AudiostreamRecipe(CythonRecipe): version = "master" url = "https://github.com/kivy/audiostream/archive/{version}.zip" library = "libaudiostream.a" - depends = ["python", "sdl2"] + depends = ["python", "sdl2", "sdl2_mixer"] pre_build_ext = True