diff options
Diffstat (limited to 'package/readline/Config.in')
-rw-r--r-- | package/readline/Config.in | 8 |
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. |