Config.in 288 B

12345678910111213141516
  1. config BR2_PACKAGE_LIBIDN
  2. bool "libidn"
  3. help
  4. Libidn's purpose is to encode and decode internationalized
  5. domain names.
  6. http://www.gnu.org/software/libidn/
  7. if BR2_PACKAGE_LIBIDN
  8. config BR2_PACKAGE_LIBIDN_BINARY
  9. bool "idn binary"
  10. help
  11. Install idn command line tool
  12. endif