diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-25 11:07:08 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-25 11:07:08 +0100 |
commit | b9c5809a0bd697612da9185df03a17a0f699eb73 (patch) | |
tree | 71cd6898ef8bc8f391b85b0ce949e2dbd206342f /package/dialog/Config.in | |
parent | bde876cdd373ce49f34e810169d86c279d959a16 (diff) | |
download | buildroot-novena-b9c5809a0bd697612da9185df03a17a0f699eb73.tar.gz buildroot-novena-b9c5809a0bd697612da9185df03a17a0f699eb73.zip |
dialog: fix build, ensure host includes aren't used
configure looks for libintl, so ensure it is available. Also make sure
the host ncurses headers aren't used.
Fix up Config.in indentation while we're at it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dialog/Config.in')
-rw-r--r-- | package/dialog/Config.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package/dialog/Config.in b/package/dialog/Config.in index 5681d1eb5..9d3462ec4 100644 --- a/package/dialog/Config.in +++ b/package/dialog/Config.in @@ -1,10 +1,10 @@ config BR2_PACKAGE_DIALOG - bool "dialog" - select BR2_PACKAGE_NCURSES - 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. + bool "dialog" + 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. |