2007-07-23 09:54:13 +02:00
|
|
|
config BR2_PACKAGE_ALSA_LIB
|
|
|
|
bool "alsa-lib"
|
|
|
|
help
|
|
|
|
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
|
|
|
functionality to the Linux operating system.
|
|
|
|
|
|
|
|
http://www.alsa-project.org/
|
2009-01-17 01:19:06 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_ALSA_LIB_PYTHON
|
|
|
|
bool "Python support for alsa-lib"
|
|
|
|
depends on BR2_PACKAGE_ALSA_LIB
|
2009-02-07 07:57:29 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON
|
2009-01-17 01:19:06 +01:00
|
|
|
help
|
|
|
|
Add python support for alsa-lib.
|
|
|
|
Python will be built and libpython will be installed
|
|
|
|
in the target directory
|
|
|
|
http://www.alsa-project.org/
|
|
|
|
|