Commit 0e55e674 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

mpd: add pulseaudio deps comment, stylize libsndfile

parent d10fa1a5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ config BR2_PACKAGE_MPD_PULSEAUDIO
	help
	  Enable pulseaudio output support.

comment "pulseaudio support needs a toolchain w/ largefile"
	depends on !BR2_LARGEFILE

config BR2_PACKAGE_MPD_BZIP2
	bool "bzip2"
	select BR2_PACKAGE_BZIP2
@@ -115,7 +118,7 @@ config BR2_PACKAGE_MPD_LIBSNDFILE
	  Enable libsndfile input/streaming support.
	  Select this if you want to play back WAV files.

comment "mpd-libsndfile needs a toolchain w/ largefile"
comment "libsndfile support needs a toolchain w/ largefile"
	depends on !BR2_LARGEFILE

config BR2_PACKAGE_MPD_MAD