summaryrefslogtreecommitdiff
path: root/package/readline/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-30 09:50:02 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-30 09:50:02 +0000
commit7eec8ea5604378e0f7b2f755bb0c42ec732a1c7a (patch)
tree5126fb08789f6d865e42b221f46e8bbee052b8d6 /package/readline/Config.in
parentc528189f963623d382cfb604fb9089332541077c (diff)
readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration
Header files on target is globally controlled by BR2_HAVE_DEVFILES.
Diffstat (limited to 'package/readline/Config.in')
-rw-r--r--package/readline/Config.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/readline/Config.in b/package/readline/Config.in
index 6eafa6f8c..4234e2ebd 100644
--- a/package/readline/Config.in
+++ b/package/readline/Config.in
@@ -9,10 +9,3 @@ config BR2_PACKAGE_READLINE_TARGET
depends on BR2_READLINE
help
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.