blob: 1e04635fabf66cae4656b3c16bf241c00eb1d420 [file] [log] [blame]
Thomas De Schampheleire66bb10b2013-10-13 16:55:32 +02001comment "zxing needs a toolchain w/ C++"
Frank Hunleth47aa58a2012-03-25 14:15:40 +00002 depends on !BR2_INSTALL_LIBSTDCPP
3
4config BR2_PACKAGE_ZXING
5 bool "zxing"
6 depends on BR2_INSTALL_LIBSTDCPP
Frank Hunleth47aa58a2012-03-25 14:15:40 +00007 help
8 ZXing (pronounced "zebra crossing") is an open-source,
9 multi-format 1D/2D barcode image processing library
10 implemented in Java, with ports to other languages. This
11 compiles the C++ port.
12
13 http://code.google.com/p/zxing/