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