mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
The old link is dead since 2017.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 60b1cb9d47)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
config BR2_PACKAGE_READLINE
|
|
bool "readline"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
The GNU Readline library provides a set of functions for use
|
|
by applications that allow users to edit command lines
|
|
as they are typed in.
|
|
|
|
https://tiswww.case.edu/php/chet/readline/rltop.html
|