summaryrefslogtreecommitdiff
path: root/packages/misc
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-26 20:24:02 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-26 20:36:31 +0100
commit51b0deebefc1761ba191c576cdd14d151b819697 (patch)
tree0e7410e74bdc0f34417ef9cbd551972923b977fb /packages/misc
parent0e631db8d44d5fc2cad761062817d1aee2c12762 (diff)
downloadembtoolkit-51b0deebefc1761ba191c576cdd14d151b819697.tar.gz
embtoolkit-51b0deebefc1761ba191c576cdd14d151b819697.tar.bz2
embtoolkit-51b0deebefc1761ba191c576cdd14d151b819697.tar.xz
Toolchain: eglibc: Completely rework the way eglibc options are computed
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'packages/misc')
-rw-r--r--packages/misc/gettext/gettext.kconfig6
-rw-r--r--packages/misc/ncurses/ncurses.kconfig1
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/misc/gettext/gettext.kconfig b/packages/misc/gettext/gettext.kconfig
index 0ab1fc6..db5678a 100644
--- a/packages/misc/gettext/gettext.kconfig
+++ b/packages/misc/gettext/gettext.kconfig
@@ -25,9 +25,9 @@
config EMBTK_HAVE_GETTEXT
bool "Have gettext"
select EMBTK_HAVE_NCURSES
- select OPTION_POSIX_C_LANG_WIDE_CHAR if EMBTK_CLIB_EGLIBC
- select OPTION_POSIX_WIDE_CHAR_DEVICE_IO if EMBTK_CLIB_EGLIBC
- select OPTION_EGLIBC_LOCALE_CODE if EMBTK_CLIB_EGLIBC
+ select KEMBTK_EGLIBC_OPTION_POSIX_C_LANG_WIDE_CHAR if EMBTK_CLIB_EGLIBC
+ select KEMBTK_EGLIBC_OPTION_POSIX_WIDE_CHAR_DEVICE_IO if EMBTK_CLIB_EGLIBC
+ select KEMBTK_EGLIBC_OPTION_EGLIBC_LOCALE_CODE if EMBTK_CLIB_EGLIBC
select KEMBTK_UCLIBC_UCLIBC_HAS_WCHAR if EMBTK_CLIB_UCLIBC
select KEMBTK_UCLIBC_UCLIBC_HAS_LOCALE if EMBTK_CLIB_UCLIBC
help
diff --git a/packages/misc/ncurses/ncurses.kconfig b/packages/misc/ncurses/ncurses.kconfig
index a176daf..fdf3f69 100644
--- a/packages/misc/ncurses/ncurses.kconfig
+++ b/packages/misc/ncurses/ncurses.kconfig
@@ -24,6 +24,7 @@
config EMBTK_HAVE_NCURSES
bool "Have ncurses"
+ select KEMBTK_EGLIBC_OPTION_EGLIBC_CHARSETS if EMBTK_CLIB_EGLIBC
help
The Ncurses (new curses) library is a free software emulation of
curses in System V Release 4.0, and more. It uses Terminfo