summaryrefslogtreecommitdiff
path: root/package/readline/Config.in
diff options
context:
space:
mode:
authorHamish Moffatt <hamish@cloud.net.au>2008-02-06 01:26:03 +0000
committerHamish Moffatt <hamish@cloud.net.au>2008-02-06 01:26:03 +0000
commitd53b1d1f93fe0a92eaa92507a31e11a5f31a70d6 (patch)
treed6322b064034588e308bde7f286a0d0ae942b838 /package/readline/Config.in
parent05ecb806ff958dcf2a2ac2683d765bfa272f7677 (diff)
Upgrade readline to 5.2, including all current upstream patches.
Fetch it from $(BR2_GNU_MIRROR). Note proper dependency on ncurses.
Diffstat (limited to 'package/readline/Config.in')
-rw-r--r--package/readline/Config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/readline/Config.in b/package/readline/Config.in
index a2a138183..8e845736c 100644
--- a/package/readline/Config.in
+++ b/package/readline/Config.in
@@ -9,5 +9,11 @@ config BR2_PACKAGE_READLINE_TARGET
bool "readline for the target"
depends on BR2_READLINE
help
- Say yes here to install the readline libraries and headers
+ Say yes here to install the readline libraries on the target.
+
+config BR2_PACKAGE_READLINE_HEADERS
+ bool "readline headers for the target"
+ depends on BR2_PACKAGE_READLINE_TARGET
+ help
+ Say yes here to install the readline headers and documentation
on the target.