Commit f83024cf authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

mpd: fix alsa dependencies



Alsa output support needs pcm and mixer support in alsa-lib.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c82d04c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.