bump version
[buildroot.git] / package / gettext / Config.in
blob34d431bb82dfc9aec7d8155bbe8d0d6b5b626e9d
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.
9           http://www.gnu.org/software/gettext/
11 config BR2_PACKAGE_GETTEXT_STATIC
12         bool "Use libgettext.a instead of libgettext.so.*"
13         default n
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.
21           http://www.gnu.org/software/gettext/
24 config BR2_PACKAGE_LIBINTL
25         bool "libintl"
26         default n
27         help
28           Selecting this package installs all of gettext in the staging
29           directory and the shared library for it's use in the target.
31           http://www.gnu.org/software/gettext/