From: Peter Korsgaard Date: Fri, 25 Feb 2011 18:51:21 +0000 (+0100) Subject: mpd: fix alsa dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f83024cf074b3b1770a13dc41b3ce8753e3ec445;p=buildroot.git mpd: fix alsa dependencies Alsa output support needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard --- diff --git a/package/multimedia/mpd/Config.in b/package/multimedia/mpd/Config.in index 2b3bacfbca..94040828ca 100644 --- a/package/multimedia/mpd/Config.in +++ b/package/multimedia/mpd/Config.in @@ -18,6 +18,8 @@ config BR2_PACKAGE_MPD_ALSA bool "alsa" default y select BR2_PACKAGE_ALSA_LIB + select BR2_PACKAGE_ALSA_LIB_PCM + select BR2_PACKAGE_ALSA_LIB_MIXER help Enable alsa output support.