2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_GETTEXT
|
2004-12-24 10:23:11 +01:00
|
|
|
bool "gettext"
|
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
|
|
|
|
2004-12-24 10:23:11 +01:00
|
|
|
http://www.gnu.org/software/gettext/
|
2006-01-25 18:47:03 +01:00
|
|
|
|
2007-07-16 12:00:29 +02:00
|
|
|
config BR2_PACKAGE_GETTEXT_STATIC
|
|
|
|
bool "Use libgettext.a instead of libgettext.so.*"
|
|
|
|
depends on BR2_PACKAGE_GETTEXT
|
|
|
|
depends on BR2_arm
|
|
|
|
help
|
|
|
|
The GNU `gettext' utilities are a set of tools that provide a
|
|
|
|
framework to help other GNU packages produce multi-lingual
|
|
|
|
messages.
|
|
|
|
|
|
|
|
http://www.gnu.org/software/gettext/
|
|
|
|
|
|
|
|
|
2006-01-25 18:47:03 +01:00
|
|
|
config BR2_PACKAGE_LIBINTL
|
|
|
|
bool "libintl"
|
|
|
|
help
|
|
|
|
Selecting this package installs all of gettext in the staging
|
|
|
|
directory and the shared library for it's use in the target.
|
|
|
|
|
|
|
|
http://www.gnu.org/software/gettext/
|