12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
menuconfig BR2_PACKAGE_HOST_GETTEXT_TINY
|
|
bool "host gettext-tiny"
|
|
depends on BR2_PACKAGE_GETTEXT_TINY
|
|
default n
|
|
|
|
if BR2_PACKAGE_HOST_GETTEXT_TINY
|
|
|
|
config BR2_PACKAGE_HOST_GETTEXT_TINY_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|