From: Bernd Kuhls Date: Sun, 21 Feb 2016 14:56:50 +0000 (+0100) Subject: package/sdl_sound: add --enable/disable-speex X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ae2d8b0b84917df9000caeec12d648c46f7c40f;p=buildroot.git package/sdl_sound: add --enable/disable-speex Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk index 861c932f73..4fa7d9be0a 100644 --- a/package/sdl_sound/sdl_sound.mk +++ b/package/sdl_sound/sdl_sound.mk @@ -39,7 +39,10 @@ SDL_SOUND_CONF_OPTS += --disable-ogg endif ifeq ($(BR2_PACKAGE_SPEEX),y) +SDL_SOUND_CONF_OPTS += --enable-speex SDL_SOUND_DEPENDENCIES += speex +else +SDL_SOUND_CONF_OPTS += --disable-speex endif SDL_SOUND_CONF_OPTS = \