Config.in 463 B

123456789101112131415
  1. config BR2_PACKAGE_PYTHON_DIALOG
  2. bool "python-dialog"
  3. depends on BR2_PACKAGE_PYTHON
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # dialog
  5. depends on BR2_USE_MMU # dialog
  6. select BR2_PACKAGE_DIALOG
  7. help
  8. A Python interface to the UNIX dialog utility and
  9. mostly-compatible programs.
  10. http://pythondialog.sourceforge.net/
  11. comment "python-dialog needs a toolchain w/ threads"
  12. depends on BR2_USE_MMU && BR2_PACKAGE_PYTHON
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS