From bce64eed99f18840435a94fa0b9f83ebf95de944 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Sun, 16 Sep 2012 12:57:50 +0000 Subject: gettext: convert to autotools-package Signed-off-by: Maxime Ripard Signed-off-by: Thomas Petazzoni Tested-by: "Yann E. MORIN" [yann.morin.1998@free.fr: add license info, build libintl if locales disabled] Signed-off-by: "Yann E. MORIN" CC: Samuel Martin Signed-off-by: Peter Korsgaard --- package/gettext/Config.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'package/gettext/Config.in') 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 -- cgit v1.2.3