summaryrefslogtreecommitdiffstats
path: root/package/libidn2/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libidn2/Config.in')
-rw-r--r--package/libidn2/Config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/libidn2/Config.in b/package/libidn2/Config.in
new file mode 100644
index 0000000000..38b1378990
--- /dev/null
+++ b/package/libidn2/Config.in
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_LIBIDN2
+ bool "libidn2"
+ help
+ Libidn2 is an implementation of the IDNA2008 + TR46
+ specifications (RFC 5890, RFC 5891, RFC 5892, RFC 5893,
+ TR 46).
+
+ http://www.gnu.org/software/libidn/
+
+if BR2_PACKAGE_LIBIDN2
+
+config BR2_PACKAGE_LIBIDN2_BINARY
+ bool "idn2 binary"
+ help
+ Install idn2 command line tool
+
+endif
OpenPOWER on IntegriCloud