blob: b69dfc9230cbd08233f0e76c6305109e2664cc75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
comment "zxing needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
config BR2_PACKAGE_ZXING
bool "zxing"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
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/
|