1config 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 12if BR2_PACKAGE_LIBQRENCODE 13 14config BR2_PACKAGE_LIBQRENCODE_TOOLS 15 bool "libqrencode tools" 16 select BR2_PACKAGE_LIBPNG 17 help 18 Build command-line tools 19 20endif #BR2_PACKAGE_LIBQRENCODE 21