kumquat-buildroot/package/libidn/Config.in
Daniel Laird 2f211c8778 package/libidn: Add a new package (required by later WebKits...)
GNU Libidn is a fully documented implementation of the Stringprep, 
Punycode and IDNA specifications. Libidn's purpose is to encode 
and decode internationalized domain names. The native C, C# 
and Java libraries are available under 
the GNU Lesser General Public License version 2.1 or later. 

Not quite sure I've put it in the correct menu but it will work.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-13 16:36:16 +00:00

7 lines
164 B
Plaintext

config BR2_PACKAGE_LIBIDN
bool "libidn"
help
http://www.gnu.org/software/libidn/
Libidn's purpose is to encode and decode internationalized domain names.