Config.in 807 B

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