diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-31 15:33:30 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 399d90f1b94717aa0ca5abb1dc43bdb6f4160d13 (patch) | |
| tree | 21c954622a23fa606dacfe85552df92f6f195903 /resources/buildroot.config | |
| parent | 84ad2e3c12cb505e3c5e3dd29d05edb529b82174 (diff) | |
Fairly important bug fixes to lcdlib, LCD now echoes input!
Input polling without line-buffering is done using ncurses, so the
buildroot configuration had to change accordingly to include that
library.
The Makefile changed to accommodate stand-alone building of ct1986 and
to include -lcurses where appropriate. There were also some typos
about copying ct1986 and ctaklm to the correct directories.
Diffstat (limited to 'resources/buildroot.config')
| -rw-r--r-- | resources/buildroot.config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/resources/buildroot.config b/resources/buildroot.config index 7f56444..0708ae5 100644 --- a/resources/buildroot.config +++ b/resources/buildroot.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Buildroot -gec8dfa9 Configuration +# Buildroot -gc24be1f-dirty Configuration # BR2_HAVE_DOT_CONFIG=y BR2_HOST_GCC_AT_LEAST_4_9=y @@ -8,7 +8,6 @@ BR2_HOST_GCC_AT_LEAST_5=y BR2_HOST_GCC_AT_LEAST_6=y BR2_HOST_GCC_AT_LEAST_7=y BR2_HOST_GCC_AT_LEAST_8=y -BR2_HOST_GCC_AT_LEAST_9=y # # Target options @@ -2042,7 +2041,10 @@ BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y # BR2_PACKAGE_LIBFRIBIDI is not set # BR2_PACKAGE_LIBUNISTRING is not set # BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set +BR2_PACKAGE_NCURSES=y +BR2_PACKAGE_NCURSES_WCHAR=y +# BR2_PACKAGE_NCURSES_TARGET_PROGS is not set +BR2_PACKAGE_NCURSES_ADDITIONAL_TERMINFO="" # BR2_PACKAGE_NEWT is not set # BR2_PACKAGE_ONIGURUMA is not set # BR2_PACKAGE_PCRE is not set |
