You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
17 lines
490 B
Plaintext
17 lines
490 B
Plaintext
|
|
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
|