summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-07-09 14:20:54 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-07-10 11:34:23 +0200
commit0e55e674c0b5b1298ed9deae7cd8fccd9d08fa33 (patch)
tree349e348770ccb175db0aba3e51cc8f63d7954bb7
parentd10fa1a5eb1f5301d27b2f4f663a67502fb1cce9 (diff)
downloadbuildroot-0e55e674c0b5b1298ed9deae7cd8fccd9d08fa33.tar.gz
buildroot-0e55e674c0b5b1298ed9deae7cd8fccd9d08fa33.zip
mpd: add pulseaudio deps comment, stylize libsndfile
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/mpd/Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 6f201aa12e..489b49df29 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -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
OpenPOWER on IntegriCloud