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