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.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/alsa-utils/Config.in b/package/alsa-utils/Config.in
index edf5d39f26..012f28aef4 100644
--- a/package/alsa-utils/Config.in
+++ b/package/alsa-utils/Config.in
@@ -1,12 +1,11 @@
-comment "alsa-utils needs a toolchain w/ threads, dynamic library"
+comment "alsa-utils needs a toolchain w/ threads"
depends on BR2_USE_MMU # fork
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
menuconfig BR2_PACKAGE_ALSA_UTILS
bool "alsa-utils"
depends on BR2_USE_MMU # fork
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
- depends on !BR2_STATIC_LIBS # uses dlfcn.h
select BR2_PACKAGE_ALSA_LIB
help
This package contains the command line utilities for the ALSA
OpenPOWER on IntegriCloud