Config.in 417 B

12345678910111213
  1. comment "zxing-cpp needs a toolchain w/ C++"
  2. depends on !BR2_INSTALL_LIBSTDCPP
  3. config BR2_PACKAGE_ZXING_CPP
  4. bool "zxing-cpp"
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. help
  7. ZXing-cpp (pronounced "zebra crossing") is an open-source,
  8. multi-format 1D/2D barcode image processing library
  9. implemented in Java, with ports to other languages. This
  10. compiles the C++ port.
  11. https://github.com/glassechidna/zxing-cpp