mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 06:23:35 +08:00
sdl_sound: fix assignments
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
64d4866257
commit
3bb9979ab0
@ -3,10 +3,10 @@
|
||||
# sdl_sound addon for SDL
|
||||
#
|
||||
#############################################################
|
||||
SDL_SOUND_VERSION:=1.0.3
|
||||
SDL_SOUND_SOURCE:=SDL_sound-$(SDL_SOUND_VERSION).tar.gz
|
||||
SDL_SOUND_SITE:=http://icculus.org/SDL_sound/downloads/
|
||||
SDL_SOUND_INSTALL_STAGING:=YES
|
||||
SDL_SOUND_VERSION = 1.0.3
|
||||
SDL_SOUND_SOURCE = SDL_sound-$(SDL_SOUND_VERSION).tar.gz
|
||||
SDL_SOUND_SITE = http://icculus.org/SDL_sound/downloads/
|
||||
SDL_SOUND_INSTALL_STAGING = YES
|
||||
SDL_SOUND_DEPENDENCIES = sdl
|
||||
|
||||
ifneq ($(BR2_ENABLE_LOCALE),y)
|
||||
|
Loading…
Reference in New Issue
Block a user