mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
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