mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 22:52:23 +00:00
20 lines
304 B
Plaintext
20 lines
304 B
Plaintext
|
# expat config file
|
||
|
|
||
|
choice
|
||
|
bool
|
||
|
prompt "ncurses version"
|
||
|
# Don't remove next line
|
||
|
# CT_INSERT_VERSION_BELOW
|
||
|
|
||
|
config NCURSES_V_5_9
|
||
|
bool
|
||
|
prompt "5.9"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config NCURSES_VERSION
|
||
|
string
|
||
|
# Don't remove next line
|
||
|
# CT_INSERT_VERSION_STRING_BELOW
|
||
|
default "5.9" if NCURSES_V_5_9
|