xref: /OK3568_Linux_fs/buildroot/package/libidn/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBIDN
2	bool "libidn"
3	help
4	  Libidn's purpose is to encode and decode internationalized
5	  domain names.
6
7	  http://www.gnu.org/software/libidn/
8
9if BR2_PACKAGE_LIBIDN
10
11config BR2_PACKAGE_LIBIDN_BINARY
12	bool "idn binary"
13	help
14	  Install idn command line tool
15
16endif
17