summaryrefslogtreecommitdiffstats
path: root/package/alsa-utils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/alsa-utils/Config.in')
-rw-r--r--package/alsa-utils/Config.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/alsa-utils/Config.in b/package/alsa-utils/Config.in
index 12f1020331..58ecf51d0f 100644
--- a/package/alsa-utils/Config.in
+++ b/package/alsa-utils/Config.in
@@ -1,5 +1,10 @@
+comment "alsa-utils needs a toolchain w/ largefile, threads"
+ depends on BR2_USE_MMU # fork
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+
config BR2_PACKAGE_ALSA_UTILS
bool "alsa-utils"
+ depends on BR2_USE_MMU # fork
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
select BR2_PACKAGE_ALSA_LIB
@@ -9,9 +14,6 @@ config BR2_PACKAGE_ALSA_UTILS
http://www.alsa-project.org/
-comment "alsa-utils needs a toolchain w/ largefile, threads"
- depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
-
if BR2_PACKAGE_ALSA_UTILS
menu "ALSA utils selection"
OpenPOWER on IntegriCloud