Config.in 554 B

1234567891011121314151617181920
  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. http://fukuchi.org/works/qrencode/index.html
  10. if BR2_PACKAGE_LIBQRENCODE
  11. config BR2_PACKAGE_LIBQRENCODE_TOOLS
  12. bool "libqrencode tools"
  13. select BR2_PACKAGE_LIBPNG
  14. help
  15. Build command-line tools
  16. endif #BR2_PACKAGE_LIBQRENCODE