xref: /OK3568_Linux_fs/buildroot/package/libidn2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBIDN2
2	bool "libidn2"
3	help
4	  Libidn2 is an implementation of the IDNA2008 + TR46
5	  specifications (RFC 5890, RFC 5891, RFC 5892, RFC 5893,
6	  TR 46).
7
8	  http://www.gnu.org/software/libidn/
9
10if BR2_PACKAGE_LIBIDN2
11
12config BR2_PACKAGE_LIBIDN2_BINARY
13	bool "idn2 binary"
14	help
15	  Install idn2 command line tool
16
17endif
18