diff options
Diffstat (limited to 'package/gettext/Config.in')
-rw-r--r-- | package/gettext/Config.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package/gettext/Config.in b/package/gettext/Config.in index de1941000..ee7d8cb20 100644 --- a/package/gettext/Config.in +++ b/package/gettext/Config.in @@ -7,11 +7,19 @@ config BR2_PACKAGE_GETTEXT framework to help other GNU packages produce multi-lingual messages. - Only the gettext libraries will be installed in the + Only the libintl library will be installed in the target. The full gettext suite, including tools, will be installed in the staging directory. http://www.gnu.org/software/gettext/ +config BR2_PACKAGE_GETTEXT_TOOLS + bool "Install gettext tools" + depends on BR2_PACKAGE_GETTEXT + help + This option allows to install the complete gettext suite in + the target filesystem. This is typically not useful for + correct operation of programs. + comment "gettext requires a toolchain with WCHAR support" depends on BR2_NEEDS_GETTEXT && !BR2_USE_WCHAR |