b86662621e40d87fd14b186767aea17423eac928
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libqrencode / Config.in
1 config BR2_PACKAGE_LIBQRENCODE
2         bool "libqrencode"
3         help
4           libqrencode is a C library for encoding data in a QR Code
5           symbol, a kind of 2D symbology that can be scanned by handy
6           terminals such as a mobile phone with CCD. The capacity of
7           QR Code is up to 7000 digits or 4000 characters, and is
8           highly robust.
9
10           http://fukuchi.org/works/qrencode/index.html
11
12 if BR2_PACKAGE_LIBQRENCODE
13
14 config BR2_PACKAGE_LIBQRENCODE_TOOLS
15         bool "libqrencode tools"
16         select BR2_PACKAGE_LIBPNG
17         help
18           Build command-line tools
19
20 endif #BR2_PACKAGE_LIBQRENCODE