Config.in 649 B

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_GETTEXT
  2. bool "gettext"
  3. depends on BR2_USE_WCHAR
  4. help
  5. The GNU `gettext' utilities are a set of tools that provide a
  6. framework to help other GNU packages produce multi-lingual
  7. messages.
  8. Only the libintl library will be installed in the
  9. target. The full gettext suite, including tools, will be
  10. installed in the staging directory.
  11. http://www.gnu.org/software/gettext/
  12. if BR2_PACKAGE_GETTEXT
  13. config BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL
  14. bool
  15. depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
  16. default y
  17. endif
  18. comment "gettext needs a toolchain w/ wchar"
  19. depends on BR2_NEEDS_GETTEXT
  20. depends on !BR2_USE_WCHAR