Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dialog / Config.in
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
9           This application provides a method of displaying several different
10           types of dialog boxes from shell scripts. This allows a developer
11           of a script to interact with the user in a much friendlier manner.
12
13           http://invisible-island.net/dialog/dialog.html