summaryrefslogtreecommitdiff
path: root/packages/misc
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-20 14:29:19 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-20 14:29:19 +0100
commit12157281cead600b01c6eecd8a7e2e9eaf15dc06 (patch)
tree2baccd4c6e40780b633997e1904db644cb034f07 /packages/misc
parent5a5963c9d4c1a2df7970f45eb8fc80fa64c39778 (diff)
downloadembtoolkit-12157281cead600b01c6eecd8a7e2e9eaf15dc06.tar.gz
embtoolkit-12157281cead600b01c6eecd8a7e2e9eaf15dc06.tar.bz2
embtoolkit-12157281cead600b01c6eecd8a7e2e9eaf15dc06.tar.xz
Packages: ncurses: update to ncurses-5.9
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/misc')
-rw-r--r--packages/misc/ncurses/ncurses.kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/misc/ncurses/ncurses.kconfig b/packages/misc/ncurses/ncurses.kconfig
index 69418d4..c0894c1 100644
--- a/packages/misc/ncurses/ncurses.kconfig
+++ b/packages/misc/ncurses/ncurses.kconfig
@@ -40,13 +40,13 @@ choice
help
Here you can choose which version of ncurses you want to use.
- config EMBTK_NCURSES_VERSION_5_7
- bool "ncurses-5.7"
+ config EMBTK_NCURSES_VERSION_5_9
+ bool "ncurses-5.9"
endchoice
config EMBTK_NCURSES_VERSION_STRING
string
- default "5.7" if EMBTK_NCURSES_VERSION_5_7
+ default "5.9" if EMBTK_NCURSES_VERSION_5_9
config EMBTK_NCURSES_NEED_PATCH
bool