Config.in 810 B

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