mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 14:12:12 +00:00
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
291 B
Plaintext
14 lines
291 B
Plaintext
config BR2_PACKAGE_LIBIDN
|
|
bool "libidn"
|
|
help
|
|
Libidn's purpose is to encode and decode internationalized
|
|
domain names.
|
|
|
|
http://www.gnu.org/software/libidn/
|
|
|
|
config BR2_PACKAGE_LIBIDN_BINARY
|
|
bool "idn binary"
|
|
depends on BR2_PACKAGE_LIBIDN
|
|
help
|
|
Install idn command line tool
|