summaryrefslogtreecommitdiffstats
path: root/package/sdl_sound
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-02-21 15:56:49 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-21 18:27:59 +0100
commit08765471c7579ba4c74be3a475121b7a11d9345e (patch)
tree7d6a5728e0cf9a881d6a223c014d28f06c8f9e31 /package/sdl_sound
parent91861878bf643168422cbe930f1d4379f5374c63 (diff)
downloadbuildroot-08765471c7579ba4c74be3a475121b7a11d9345e.tar.gz
buildroot-08765471c7579ba4c74be3a475121b7a11d9345e.zip
package/sdl_sound: add --enable/disable-ogg
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sdl_sound')
-rw-r--r--package/sdl_sound/sdl_sound.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk
index 6201967f45..861c932f73 100644
--- a/package/sdl_sound/sdl_sound.mk
+++ b/package/sdl_sound/sdl_sound.mk
@@ -32,7 +32,10 @@ SDL_SOUND_CONF_OPTS += --disable-modplug
endif
ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
+SDL_SOUND_CONF_OPTS += --enable-ogg
SDL_SOUND_DEPENDENCIES += libvorbis
+else
+SDL_SOUND_CONF_OPTS += --disable-ogg
endif
ifeq ($(BR2_PACKAGE_SPEEX),y)
OpenPOWER on IntegriCloud