alsa-utils: the entire package needs largefile support, not just aplay
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Mar 2009 14:17:00 +0000 (14:17 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Mar 2009 14:17:00 +0000 (14:17 -0000)
package/multimedia/alsa-utils/Config.in

index 7819c4dfd1ad18868febb16a5d549e8eb33a0069..f2fc3c1baf3ba32bdb13bb8bceb94823fdba9309 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ALSA_UTILS
        bool "alsa-utils"
+       depends on BR2_LARGEFILE
        depends on BR2_PACKAGE_ALSA_LIB
        select BR2_PACKAGE_NCURSES
        help
@@ -8,6 +9,9 @@ config BR2_PACKAGE_ALSA_UTILS
 
          http://www.alsa-project.org/
 
+comment "alsa-utils requires a toolchain with LARGEFILE support"
+       depends on !BR2_LARGEFILE
+
 if BR2_PACKAGE_ALSA_UTILS
 menu "ALSA utils selection"
 
@@ -30,10 +34,6 @@ config BR2_PACKAGE_ALSA_UTILS_AMIXER
 
 config BR2_PACKAGE_ALSA_UTILS_APLAY
        bool "aplay"
-       depends on BR2_LARGEFILE
-
-comment "aplay requires a toolchain with LARGEFILE support"
-       depends on !BR2_LARGEFILE
 
 config BR2_PACKAGE_ALSA_UTILS_ARECORD
        bool "arecord"