Config.in 475 B

1234567891011121314
  1. config BR2_PACKAGE_DIALOG
  2. bool "dialog"
  3. depends on BR2_USE_MMU # fork()
  4. select BR2_PACKAGE_NCURSES
  5. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  6. help
  7. dialog - display dialog boxes from shell scripts
  8. This application provides a method of displaying several
  9. different types of dialog boxes from shell scripts. This
  10. allows a developer of a script to interact with the user in a
  11. much friendlier manner.
  12. http://invisible-island.net/dialog/dialog.html