From a93ecda9789e47f901db8177fdcac07568355c4f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 4 Mar 2009 14:17:00 +0000 Subject: alsa-utils: the entire package needs largefile support, not just aplay --- package/multimedia/alsa-utils/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package') diff --git a/package/multimedia/alsa-utils/Config.in b/package/multimedia/alsa-utils/Config.in index 7819c4dfd..f2fc3c1ba 100644 --- a/package/multimedia/alsa-utils/Config.in +++ b/package/multimedia/alsa-utils/Config.in @@ -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" -- cgit v1.2.3