Commit 3bb9979a authored by Samuel Martin's avatar Samuel Martin Committed by Peter Korsgaard
Browse files

sdl_sound: fix assignments

parent 64d48662
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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)