2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_GETTEXT
|
2004-12-24 10:23:11 +01:00
|
|
|
bool "gettext"
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2007-01-10 07:05:18 +01:00
|
|
|
The GNU `gettext' utilities are a set of tools that provide a
|
|
|
|
framework to help other GNU packages produce multi-lingual
|
2004-12-24 10:23:11 +01:00
|
|
|
messages.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2012-09-16 14:57:50 +02:00
|
|
|
Only the libintl library will be installed in the
|
2012-09-16 14:57:48 +02:00
|
|
|
target. The full gettext suite, including tools, will be
|
|
|
|
installed in the staging directory.
|
|
|
|
|
2004-12-24 10:23:11 +01:00
|
|
|
http://www.gnu.org/software/gettext/
|
2006-01-25 18:47:03 +01:00
|
|
|
|
2017-07-04 16:47:47 +02:00
|
|
|
if BR2_PACKAGE_GETTEXT
|
|
|
|
|
|
|
|
config BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL
|
|
|
|
bool
|
2017-07-05 01:25:59 +02:00
|
|
|
default y if BR2_SYSTEM_ENABLE_NLS
|
2017-12-18 09:24:38 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
|
2017-07-04 16:47:47 +02:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "gettext needs a toolchain w/ wchar"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|