mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
20f69f3240
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>
33 lines
595 B
Plaintext
33 lines
595 B
Plaintext
# expat config file
|
|
|
|
choice
|
|
bool
|
|
prompt "ncurses version"
|
|
# Don't remove next line
|
|
# CT_INSERT_VERSION_BELOW
|
|
|
|
config NCURSES_V_6_0
|
|
bool
|
|
prompt "6.0"
|
|
|
|
endchoice
|
|
|
|
config NCURSES_VERSION
|
|
string
|
|
# Don't remove next line
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
|
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
|