7b558c71758ff755d559eda32d56aae2c3a2cdf6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libidn / Config.in
1 config BR2_PACKAGE_LIBIDN
2         bool "libidn"
3         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
4         help
5           Libidn's purpose is to encode and decode internationalized
6           domain names.
7
8           http://www.gnu.org/software/libidn/
9
10 if BR2_PACKAGE_LIBIDN
11
12 config BR2_PACKAGE_LIBIDN_BINARY
13         bool "idn binary"
14         help
15           Install idn command line tool
16
17 endif