summaryrefslogtreecommitdiffstats
path: root/package/libqrencode/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libqrencode/Config.in')
-rw-r--r--package/libqrencode/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/libqrencode/Config.in b/package/libqrencode/Config.in
new file mode 100644
index 000000000..e8fc1d420
--- /dev/null
+++ b/package/libqrencode/Config.in
@@ -0,0 +1,20 @@
+config BR2_PACKAGE_LIBQRENCODE
+ bool "libqrencode"
+ select BR2_PACKAGE_LIBPNG
+ help
+ libqrencode is a C library for encoding data in a QR Code
+ symbol, a kind of 2D symbology that can be scanned by handy
+ terminals such as a mobile phone with CCD. The capacity of
+ QR Code is up to 7000 digits or 4000 characters, and is
+ highly robust.
+
+ http://fukuchi.org/works/qrencode/index.html
+
+if BR2_PACKAGE_LIBQRENCODE
+
+config BR2_PACKAGE_LIBQRENCODE_TOOLS
+ bool "libqrencode tools"
+ help
+ Build command-line tools
+
+endif #BR2_PACKAGE_LIBQRENCODE