summaryrefslogtreecommitdiffstats
path: root/package/sdl_sound
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-07-03 19:55:30 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-03 19:55:56 +0200
commitfc5cc936d65dc46d2e5e141d15b1a3cc11f22257 (patch)
treeeaae81782a18e6d59cca5ad0d83310bd06ab9783 /package/sdl_sound
parentca3489da7cdad87979f3bb096bdd3c85b9b46f9b (diff)
downloadbuildroot-novena-fc5cc936d65dc46d2e5e141d15b1a3cc11f22257.tar.gz
buildroot-novena-fc5cc936d65dc46d2e5e141d15b1a3cc11f22257.zip
sdl_sound: fix dependencies
sdl_sound naturally depends on SDL. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/sdl_sound')
-rw-r--r--package/sdl_sound/sdl_sound.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk
index 192325729..610e9681a 100644
--- a/package/sdl_sound/sdl_sound.mk
+++ b/package/sdl_sound/sdl_sound.mk
@@ -9,6 +9,7 @@ SDL_SOUND_SITE:=http://icculus.org/SDL_sound/downloads/
SDL_SOUND_LIBTOOL_PATCH:=NO
SDL_SOUND_INSTALL_STAGING:=YES
SDL_SOUND_INSTALL_TARGET:=YES
+SDL_SOUND_DEPENDENCIES = sdl
SDL_SOUND_CONF_OPT:=--with-sdl-prefix=$(STAGING_DIR)/usr \
--with-sdl-exec-prefix=$(STAGING_DIR)/usr \