diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-17 02:58:28 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-17 02:58:28 -0800 |
commit | 65fd24fc00b248c6b415a09ebd5c503288f897a1 (patch) | |
tree | 285b2891f8ed0063a1d17a6129b01510f97fbfca /config | |
parent | e6c900a32f5fd67962bd373f30042f051512f9eb (diff) | |
parent | 20f69f32402c4b98a631e5a0a63263abe4e7522b (diff) | |
download | crosstool-ng-65fd24fc00b248c6b415a09ebd5c503288f897a1.tar.gz crosstool-ng-65fd24fc00b248c6b415a09ebd5c503288f897a1.tar.bz2 crosstool-ng-65fd24fc00b248c6b415a09ebd5c503288f897a1.zip |
Merge pull request #265 from bhundven/ncurses_update
ncurses: bump to ncurses-6.0
Diffstat (limited to 'config')
-rw-r--r-- | config/companion_libs/ncurses.in | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/config/companion_libs/ncurses.in b/config/companion_libs/ncurses.in index 550cdc05..2e98d8e2 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 |