kumquat-buildroot/package/gettext/Config.in
Vadim Kochan ea1e7ee606 package/gettext: turn into virtual package
Re-work gettext to be a virtual package which may allow to use
different gettext's providers, and rename the original one into
gettext-gnu package.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-03-31 14:04:25 +02:00

22 lines
438 B
Plaintext

config BR2_PACKAGE_GETTEXT
bool "gettext"
depends on BR2_USE_WCHAR
select BR2_PACKAGE_GETTEXT_GNU
comment "gettext needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
config BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL
bool
default y if BR2_SYSTEM_ENABLE_NLS
depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
config BR2_PACKAGE_HAS_GETTEXT
bool
config BR2_PACKAGE_PROVIDES_GETTEXT
string
config BR2_PACKAGE_PROVIDES_HOST_GETTEXT
string