Browse Source

mediastreamer: alsa support needs mixer + pcm

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 years ago
parent
commit
1bc8d2a21a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/mediastreamer/mediastreamer.mk

+ 1 - 1
package/mediastreamer/mediastreamer.mk

@@ -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