|
@@ -3,15 +3,15 @@ comment "alsa-lib needs a toolchain w/ threads"
|
|
|
|
|
|
menuconfig BR2_PACKAGE_ALSA_LIB
|
|
|
bool "alsa-lib"
|
|
|
- # Temporary until
|
|
|
- # https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913
|
|
|
- # is fixed
|
|
|
- select BR2_PACKAGE_ALSA_LIB_PCM
|
|
|
# Even though some parts of alsa-lib use threads only when
|
|
|
# available, some PCM plugins use them unconditionally. Since
|
|
|
# the usage of alsa-lib on no-thread systems is pretty
|
|
|
# unlikely, just require thread support globally for alsa-lib.
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ # Temporary until
|
|
|
+ # https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913
|
|
|
+ # is fixed
|
|
|
+ select BR2_PACKAGE_ALSA_LIB_PCM
|
|
|
help
|
|
|
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
|
|
functionality to the Linux operating system.
|
|
@@ -68,8 +68,8 @@ config BR2_PACKAGE_ALSA_LIB_SEQ
|
|
|
|
|
|
config BR2_PACKAGE_ALSA_LIB_ALISP
|
|
|
bool "alisp"
|
|
|
- depends on BR2_USE_MMU
|
|
|
default y
|
|
|
+ depends on BR2_USE_MMU
|
|
|
|
|
|
config BR2_PACKAGE_ALSA_LIB_OLD_SYMBOLS
|
|
|
bool "old-symbols"
|