summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/companion_libs/ncurses.in19
-rw-r--r--config/libc/uClibc.in2
2 files changed, 17 insertions, 4 deletions
diff --git a/config/companion_libs/ncurses.in b/config/companion_libs/ncurses.in
index 550cdc0..2e98d8e 100644
--- a/config/companion_libs/ncurses.in
+++ b/config/companion_libs/ncurses.in
@@ -6,9 +6,9 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config NCURSES_V_5_9
+config NCURSES_V_6_0
bool
- prompt "5.9"
+ prompt "6.0"
endchoice
@@ -16,4 +16,17 @@ config NCURSES_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "5.9" if NCURSES_V_5_9
+ default "6.0" if NCURSES_V_6_0
+
+if NCURSES
+
+config NCURSES_NEW_ABI
+ bool
+ prompt "ncurses 6.0 ABI support"
+ depends on EXPERIMENTAL
+ depends on NCURSES
+ help
+ This option allows you to use the new ncurses-6 ABI.
+ It's wise to leave this disabled and stick with the ncurses-5 ABI!
+
+endif # NCURSES
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 491bcc6..06a8975 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -28,7 +28,7 @@ choice
config LIBC_UCLIBC_NG_V_1_0_9
bool
- prompt "1.0.8"
+ prompt "1.0.9"
select LIBC_UCLIBC_NG_1_0_9_or_later
config LIBC_UCLIBC_V_0_9_33_2