1*4882a593Smuzhiyuncomment "python-alsaaudio needs a toolchain w/ threads" 2*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS 3*4882a593Smuzhiyun 4*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_ALSAAUDIO 5*4882a593Smuzhiyun bool "python-alsaaudio" 6*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib 7*4882a593Smuzhiyun select BR2_PACKAGE_ALSA_LIB 8*4882a593Smuzhiyun select BR2_PACKAGE_ALSA_LIB_PCM 9*4882a593Smuzhiyun select BR2_PACKAGE_ALSA_LIB_MIXER 10*4882a593Smuzhiyun help 11*4882a593Smuzhiyun The PyAlsaAudio package contains bindings for the ALSA sound 12*4882a593Smuzhiyun API. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun http://larsimmisch.github.io/pyalsaaudio/ 15