summaryrefslogtreecommitdiff
path: root/packages/misc/gettext
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-23 11:24:35 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-23 11:24:35 +0100
commitbb37cb301f5e78c424cdad58ba13b610012e00ad (patch)
tree29b869be9a6af1d3bd6ff790c05c0e33d8fc05c7 /packages/misc/gettext
parentf95e1e9e6cabdf17abd4615dc5ccbe1a501a66fc (diff)
downloadembtoolkit-bb37cb301f5e78c424cdad58ba13b610012e00ad.tar.gz
embtoolkit-bb37cb301f5e78c424cdad58ba13b610012e00ad.tar.bz2
embtoolkit-bb37cb301f5e78c424cdad58ba13b610012e00ad.tar.xz
Packages: gettext: select necessary eglibc options if used as c library
We need to select OPTION_POSIX_C_LANG_WIDE_CHAR OPTION_POSIX_WIDE_CHAR_DEVICE_IO and OPTION_EGLIBC_LOCALE_CODE eglibc options, as they contain functions used by gettext. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'packages/misc/gettext')
-rw-r--r--packages/misc/gettext/gettext.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/misc/gettext/gettext.kconfig b/packages/misc/gettext/gettext.kconfig
index abc55ad..f226b7c 100644
--- a/packages/misc/gettext/gettext.kconfig
+++ b/packages/misc/gettext/gettext.kconfig
@@ -24,6 +24,9 @@
config EMBTK_HAVE_GETTEXT
bool "Have gettext"
+ 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
help
GNU `gettext' is an important step for the GNU Translation
Project, as it is an asset on which we may build many other