2015-11-13 16:06:42 +01:00
|
|
|
comment "zxing-cpp needs a toolchain w/ C++, dynamic library"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|
2012-03-25 16:15:40 +02:00
|
|
|
|
2015-07-26 22:38:27 +02:00
|
|
|
config BR2_PACKAGE_ZXING_CPP
|
|
|
|
bool "zxing-cpp"
|
2015-11-13 16:06:42 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2012-03-25 16:15:40 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
2015-07-26 22:38:27 +02:00
|
|
|
ZXing-cpp (pronounced "zebra crossing") is an open-source,
|
2012-03-25 16:15:40 +02:00
|
|
|
multi-format 1D/2D barcode image processing library
|
|
|
|
implemented in Java, with ports to other languages. This
|
|
|
|
compiles the C++ port.
|
|
|
|
|
2015-07-26 22:38:27 +02:00
|
|
|
https://github.com/glassechidna/zxing-cpp
|