openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / libidn / Config.in
blob7b558c71758ff755d559eda32d56aae2c3a2cdf6
1 config BR2_PACKAGE_LIBIDN
2         bool "libidn"
3         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
4         help
5           Libidn's purpose is to encode and decode internationalized
6           domain names.
8           http://www.gnu.org/software/libidn/
10 if BR2_PACKAGE_LIBIDN
12 config BR2_PACKAGE_LIBIDN_BINARY
13         bool "idn binary"
14         help
15           Install idn command line tool
17 endif