mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
For release notes, see: https://invisible-mirror.net/dialog/CHANGES.html#t20251001 This commit also updates the Config.in package homepage URL to use https. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Julien: - add link to release notes - add link to pgp signature in hash file ] Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
config BR2_PACKAGE_DIALOG
|
|
bool "dialog"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
help
|
|
dialog - display dialog boxes from shell scripts
|
|
|
|
This application provides a method of displaying several
|
|
different types of dialog boxes from shell scripts. This
|
|
allows a developer of a script to interact with the user in a
|
|
much friendlier manner.
|
|
|
|
https://invisible-island.net/dialog/dialog.html
|