Config.in 389 B

12345678910
  1. config BR2_PACKAGE_DIALOG
  2. bool "dialog"
  3. select BR2_PACKAGE_NCURSES
  4. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  5. help
  6. dialog - display dialog boxes from shell scripts
  7. This application provides a method of displaying several different
  8. types of dialog boxes from shell scripts. This allows a developer
  9. of a script to interact with the user in a much friendlier manner.