Config.in 625 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_GETTEXT_GNU
  2. bool
  3. depends on BR2_USE_WCHAR
  4. select BR2_PACKAGE_HAS_GETTEXT
  5. help
  6. The GNU `gettext' utilities are a set of tools that provide a
  7. framework to help other GNU packages produce multi-lingual
  8. messages.
  9. Only the libintl library will be installed in the
  10. target. The full gettext suite, including tools, will be
  11. installed in the staging directory.
  12. http://www.gnu.org/software/gettext/
  13. if BR2_PACKAGE_GETTEXT_GNU
  14. config BR2_PACKAGE_PROVIDES_GETTEXT
  15. default "gettext-gnu"
  16. endif
  17. config BR2_PACKAGE_PROVIDES_HOST_GETTEXT
  18. default "host-gettext-gnu" if BR2_SYSTEM_ENABLE_NLS