2013-10-13 16:55:32 +02:00
|
|
|
comment "zxing needs a toolchain w/ C++"
|
2012-03-25 16:15:40 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
|
|
|
config BR2_PACKAGE_ZXING
|
|
|
|
bool "zxing"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
ZXing (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.
|
|
|
|
|
|
|
|
http://code.google.com/p/zxing/
|