1config BR2_PACKAGE_GETTEXT_GNU 2 bool 3 depends on BR2_USE_WCHAR 4 select BR2_PACKAGE_HAS_GETTEXT 5 help 6 The GNU `gettext' utilities are a set of tools that provide a 7 framework to help other GNU packages produce multi-lingual 8 messages. 9 10 Only the libintl library will be installed in the 11 target. The full gettext suite, including tools, will be 12 installed in the staging directory. 13 14 http://www.gnu.org/software/gettext/ 15 16if BR2_PACKAGE_GETTEXT_GNU 17 18config BR2_PACKAGE_PROVIDES_GETTEXT 19 default "gettext-gnu" 20 21endif 22 23config BR2_PACKAGE_PROVIDES_HOST_GETTEXT 24 default "host-gettext-gnu" if BR2_SYSTEM_ENABLE_NLS 25