2009-01-13 17:36:16 +01:00
|
|
|
config BR2_PACKAGE_LIBIDN
|
|
|
|
bool "libidn"
|
2010-05-24 21:17:55 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2009-01-13 17:36:16 +01:00
|
|
|
help
|
2010-06-05 08:10:13 +02:00
|
|
|
Libidn's purpose is to encode and decode internationalized
|
|
|
|
domain names.
|
2009-01-13 17:36:16 +01:00
|
|
|
|
2009-01-14 09:31:41 +01:00
|
|
|
http://www.gnu.org/software/libidn/
|
2009-11-16 13:33:16 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBIDN_BINARY
|
|
|
|
bool "idn binary"
|
|
|
|
depends on BR2_PACKAGE_LIBIDN
|
|
|
|
help
|
|
|
|
Install idn command line tool
|