Config.in 433 B

123456789101112131415161718
  1. config BR2_PACKAGE_GETTEXT_TINY
  2. bool
  3. select BR2_PACKAGE_HAS_GETTEXT
  4. help
  5. Stub and/or lightweight replacements of the gnu gettext
  6. suite; because the GNU one takes ages to compile.
  7. https://github.com/sabotage-linux/gettext-tiny
  8. if BR2_PACKAGE_GETTEXT_TINY
  9. config BR2_PACKAGE_PROVIDES_GETTEXT
  10. default "gettext-tiny"
  11. endif
  12. config BR2_PACKAGE_PROVIDES_HOST_GETTEXT
  13. default "host-gettext-tiny" if !BR2_SYSTEM_ENABLE_NLS