summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-10-11 08:12:10 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-10-11 08:12:17 (GMT)
commit2a770f3091656c2793435e60a0c61a71e67e933d (patch)
treeabd2ec7b8ae0b18425a307e0bc1e73b8edba8fd3
parent405449624a11265d22f3fdf49228850d8fe2cba6 (diff)
parentc46a6e809e3fe8991d66842725556674e0fc96eb (diff)
Merge branch 'ncurses-v6-abi' of https://github.com/foss-for-synopsys-dwc-arc-processors/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
-rw-r--r--config/comp_libs/ncurses.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/comp_libs/ncurses.in b/config/comp_libs/ncurses.in
index c54713c..4e7e6d4 100644
--- a/config/comp_libs/ncurses.in
+++ b/config/comp_libs/ncurses.in
@@ -2,7 +2,7 @@
config NCURSES_NEW_ABI
bool "ncurses 6.0 ABI support"
- depends on EXPERIMENTAL
+ default y
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!