xref: /OK3568_Linux_fs/buildroot/package/gettext-tiny/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GETTEXT_TINY
2*4882a593Smuzhiyun	bool
3*4882a593Smuzhiyun	select BR2_PACKAGE_HAS_GETTEXT
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  Stub and/or lightweight replacements of the gnu gettext
6*4882a593Smuzhiyun	  suite; because the GNU one takes ages to compile.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  https://github.com/sabotage-linux/gettext-tiny
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunif BR2_PACKAGE_GETTEXT_TINY
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunconfig BR2_PACKAGE_PROVIDES_GETTEXT
13*4882a593Smuzhiyun	default "gettext-tiny"
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunendif
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunconfig BR2_PACKAGE_PROVIDES_HOST_GETTEXT
18*4882a593Smuzhiyun	default "host-gettext-tiny" if !BR2_SYSTEM_ENABLE_NLS
19