diff mbox

[2/2] mpd: add pulseaudio deps comment, stylize libsndfile

Message ID 1404926454-3860-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 0e55e674c0b5b1298ed9deae7cd8fccd9d08fa33
Headers show

Commit Message

Gustavo Zacarias July 9, 2014, 5:20 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/mpd/Config.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Peter Korsgaard July 10, 2014, 9:34 a.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 6f201aa..489b49d 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