From: Peter Korsgaard Date: Sat, 3 Jul 2010 17:55:30 +0000 (+0200) Subject: sdl_sound: fix dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc5cc936d65dc46d2e5e141d15b1a3cc11f22257;p=buildroot.git sdl_sound: fix dependencies sdl_sound naturally depends on SDL. Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index 7e95a3bf4d..6120d25603 100644 --- a/CHANGES +++ b/CHANGES @@ -19,8 +19,8 @@ ipsec-tools, iptables, libart, libfuse, libgpg-error, libidn, liblockfile, links, lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf, ntfsprogs, openssl, php, qt, quagga, - sqlite, sdl, sdl_mixer, sdl_ttf, squashfs, tn5250, tremor, - usbutils, xkeyboard-config, xserver_xorg-server + sqlite, sdl, sdl_mixer, sdl_sound, sdl_ttf, squashfs, tn5250, + tremor, usbutils, xkeyboard-config, xserver_xorg-server Removed packages: modutils, portage, rxvt diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk index 192325729f..610e9681a6 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 \