|
@@ -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_USE_MMU # fork
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
menuconfig BR2_PACKAGE_ALSA_UTILS
|
|
menuconfig BR2_PACKAGE_ALSA_UTILS
|
|
bool "alsa-utils"
|
|
bool "alsa-utils"
|
|
depends on BR2_USE_MMU # fork
|
|
depends on BR2_USE_MMU # fork
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
|
- depends on !BR2_STATIC_LIBS # uses dlfcn.h
|
|
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
help
|
|
help
|
|
This package contains the command line utilities for the ALSA
|
|
This package contains the command line utilities for the ALSA
|