summaryrefslogtreecommitdiff
path: root/config/companion_libs
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-15 04:15:56 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-16 21:35:56 (GMT)
commit20f69f32402c4b98a631e5a0a63263abe4e7522b (patch)
tree7eb24a0a1a8df1131b0ad2e3d388645055010875 /config/companion_libs
parent6ac8e31a519f41af7838bb5261e0fe989fb428bd (diff)
ncurses: bump to ncurses-6.0
This commit removes ncurses-5.9 and adds 6.0. I also provide the stable patch updates in patches/ncurses/6.0. I have also added an experimental toggle for enabling the new ABI support. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/companion_libs')
-rw-r--r--config/companion_libs/ncurses.in19
1 files changed, 16 insertions, 3 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