From: Peter Huewe
Date: Fri, 25 Jun 2010 10:02:03 +0000 (+0200)
Subject: docs: Fixed spelling error in buildroot.html GETTEXT instead of GNUTTEXT
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4abd4e61215b119d38ccba011a901732ce704e4;p=buildroot.git
docs: Fixed spelling error in buildroot.html GETTEXT instead of GNUTTEXT
Fixed spelling error in Documentation buildroot.html#gettext-integration
GETTEXT instead of GNUTTEXT
Signed-off-by: Peter Huewe
Acked-by: Thomas Petazzoni
Signed-off-by: Peter Korsgaard
---
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 4f14e08b82..48854decc8 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -1619,7 +1619,7 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP
Therefore, packages that unconditionnally need gettext should:
- - Use
select BR2_PACKAGE_GNUTTEXT if
+ - Use
select BR2_PACKAGE_GETTEXT if
BR2_NEEDS_GETTEXT
and possibly select
BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
if libintl is
also needed
@@ -1632,7 +1632,7 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP
should:
- - Use
select BR2_PACKAGE_GNUTTEXT if
+ - Use
select BR2_PACKAGE_GETTEXT if
BR2_NEEDS_GETTEXT_IF_LOCALE
and possibly select
BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
if
libintl is also needed