mpd: add pulseaudio deps comment, stylize libsndfile
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 9 Jul 2014 17:20:54 +0000 (14:20 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 10 Jul 2014 09:34:23 +0000 (11:34 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mpd/Config.in

index 6f201aa12e4dabdd5f4748b35a4995f6ae04e036..489b49df29b88ac99870927fd07c1a18d79ba36f 100644 (file)
@@ -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