summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-10-03 20:18:17 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-10-03 20:18:17 (GMT)
commit069826b02fe175cea459fdecec62eb1b053cd737 (patch)
treeeb816fa68ba97d420ff01a89633e5887d4fde4f1
parente9df64eff1f551e603e5535c4d546d70f040c4a2 (diff)
downloadmxe-069826b02fe175cea459fdecec62eb1b053cd737.zip
mxe-069826b02fe175cea459fdecec62eb1b053cd737.tar.gz
mxe-069826b02fe175cea459fdecec62eb1b053cd737.tar.bz2
package sdl_sound: add missing dependency
-rw-r--r--src/sdl_sound.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_sound.mk b/src/sdl_sound.mk
index 3c401b2..db8fc83 100644
--- a/src/sdl_sound.mk
+++ b/src/sdl_sound.mk
@@ -10,7 +10,7 @@ $(PKG)_SUBDIR := SDL_sound-$($(PKG)_VERSION)
$(PKG)_FILE := SDL_sound-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://icculus.org/SDL_sound/
$(PKG)_URL := http://icculus.org/SDL_sound/downloads/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc sdl libmikmod ogg vorbis smpeg
+$(PKG)_DEPS := gcc sdl libmikmod ogg vorbis smpeg speex
define $(PKG)_UPDATE
wget -q -O- 'http://hg.icculus.org/icculus/SDL_sound/tags' | \