Config.in 996 B

1234567891011121314151617181920212223242526272829303132333435
  1. config BR2_PACKAGE_GETTEXT
  2. bool "gettext"
  3. depends on BR2_NEEDS_GETTEXT
  4. depends on BR2_USE_WCHAR
  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. http://www.gnu.org/software/gettext/
  10. comment "gettext requires a toolchain with WCHAR support"
  11. depends on BR2_NEEDS_GETTEXT && !BR2_USE_WCHAR
  12. config BR2_PACKAGE_GETTEXT_STATIC
  13. bool "Use libgettext.a instead of libgettext.so.*"
  14. depends on BR2_PACKAGE_GETTEXT
  15. depends on BR2_arm
  16. help
  17. The GNU `gettext' utilities are a set of tools that provide a
  18. framework to help other GNU packages produce multi-lingual
  19. messages.
  20. http://www.gnu.org/software/gettext/
  21. config BR2_PACKAGE_LIBINTL
  22. bool "libintl"
  23. depends on BR2_NEEDS_GETTEXT
  24. depends on BR2_USE_WCHAR
  25. help
  26. Selecting this package installs all of gettext in the staging
  27. directory and the shared library for it's use in the target.
  28. http://www.gnu.org/software/gettext/