Commit 1bc8d2a2 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files
parent 86f649a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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