generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
16
package/python-pyalsa/Config.in
Normal file
16
package/python-pyalsa/Config.in
Normal file
@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_PYTHON_PYALSA
|
||||
bool "python-pyalsa"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_ALSA_LIB
|
||||
select BR2_PACKAGE_ALSA_LIB_HWDEP
|
||||
select BR2_PACKAGE_ALSA_LIB_MIXER
|
||||
select BR2_PACKAGE_ALSA_LIB_RAWMIDI
|
||||
select BR2_PACKAGE_ALSA_LIB_SEQ
|
||||
help
|
||||
Official ALSA Python binding, including hardware
|
||||
management, mixer and sequencer control.
|
||||
|
||||
http://www.alsa-project.org/
|
||||
|
||||
comment "python-pyalsa needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
Reference in New Issue
Block a user