xref: /OK3568_Linux_fs/buildroot/package/gettext/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GETTEXT
2*4882a593Smuzhiyun	bool "gettext"
3*4882a593Smuzhiyun	select BR2_PACKAGE_GETTEXT_GNU if BR2_SYSTEM_ENABLE_NLS
4*4882a593Smuzhiyun	select BR2_PACKAGE_GETTEXT_TINY if !BR2_SYSTEM_ENABLE_NLS
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunconfig BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL
7*4882a593Smuzhiyun	bool
8*4882a593Smuzhiyun	default y if BR2_SYSTEM_ENABLE_NLS
9*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig BR2_PACKAGE_HAS_GETTEXT
12*4882a593Smuzhiyun	bool
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunconfig BR2_PACKAGE_PROVIDES_GETTEXT
15*4882a593Smuzhiyun	string
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunconfig BR2_PACKAGE_PROVIDES_HOST_GETTEXT
18*4882a593Smuzhiyun	string
19