diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-20 17:50:23 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-20 17:50:23 +0000 |
commit | 526b00455bf84ee151d4cbea8d04651d799c7f89 (patch) | |
tree | ad9a0a3752855bae1f1fb9985b6571af21429666 /package/readline/Config.in | |
parent | 300b8b7f932b78c6fdef1591ba7b5bbd472ac2f2 (diff) | |
download | buildroot-novena-526b00455bf84ee151d4cbea8d04651d799c7f89.tar.gz buildroot-novena-526b00455bf84ee151d4cbea8d04651d799c7f89.zip |
- provide means to install readline into the target. Closes #968
Diffstat (limited to 'package/readline/Config.in')
-rw-r--r-- | package/readline/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/readline/Config.in b/package/readline/Config.in index 45da5b1a9..a2a138183 100644 --- a/package/readline/Config.in +++ b/package/readline/Config.in @@ -5,3 +5,9 @@ config BR2_READLINE help Enable GNU readline support? +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 + on the target. |