mediastreamer: alsa support needs mixer + pcm

Fixes http://autobuild.buildroot.net/results/ec6e32eb44e39c1f622da39a8c5d80eb95433a54

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-06-08 09:43:01 +02:00
parent 86f649a00e
commit 1bc8d2a21a

View File

@ -5,7 +5,7 @@ MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkg-config ortp
# tests fail linking on some architectures, so disable them
MEDIASTREAMER_CONF_OPT = --disable-tests
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
ifeq ($(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yy)
MEDIASTREAMER_CONF_OPT += --enable-alsa
MEDIASTREAMER_DEPENDENCIES += alsa-lib
else