Config.in 777 B

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