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