bump version
[buildroot.git] / package / readline / Config.in
blobf9a7e46af863b101222827a9365645e927ae93d0
2 config BR2_PACKAGE_READLINE
3         bool "readline"
4         default n
5         select BR2_PACKAGE_NCURSES
6         help
7             Enable GNU readline support?
9 config BR2_PACKAGE_READLINE_TARGET
10         bool "readline for the target"
11         depends on BR2_PACKAGE_READLINE
12         help
13           Say yes here to install the readline libraries and headers
14           on the target.