changeset 1270:32572d8ee7e5

package sdl_sound: add missing dependency
author Tony Theodore <tonyt@logyst.com>
date Mon, 04 Oct 2010 07:18:17 +1100
parents a74be54ab8a3
children 6ae58fe09ab2
files src/sdl_sound.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sdl_sound.mk	Mon Oct 04 07:16:17 2010 +1100
+++ b/src/sdl_sound.mk	Mon Oct 04 07:18:17 2010 +1100
@@ -10,7 +10,7 @@
 $(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' | \