diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-30 09:50:02 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-30 09:50:02 +0000 |
commit | 7eec8ea5604378e0f7b2f755bb0c42ec732a1c7a (patch) | |
tree | 5126fb08789f6d865e42b221f46e8bbee052b8d6 /package/readline/Config.in | |
parent | c528189f963623d382cfb604fb9089332541077c (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.in | 7 |
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. |