Config.in 498 B

123456789101112131415161718
  1. config BR2_PACKAGE_ALSA_LIB
  2. bool "alsa-lib"
  3. help
  4. The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
  5. functionality to the Linux operating system.
  6. http://www.alsa-project.org/
  7. config BR2_PACKAGE_ALSA_LIB_PYTHON
  8. bool "Python support for alsa-lib"
  9. depends on BR2_PACKAGE_ALSA_LIB
  10. depends on BR2_PACKAGE_PYTHON
  11. help
  12. Add python support for alsa-lib.
  13. Python will be built and libpython will be installed
  14. in the target directory
  15. http://www.alsa-project.org/