1e04635fabf66cae4656b3c16bf241c00eb1d420
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / zxing / Config.in
1 comment "zxing needs a toolchain w/ C++"
2         depends on !BR2_INSTALL_LIBSTDCPP
3
4 config BR2_PACKAGE_ZXING
5         bool "zxing"
6         depends on BR2_INSTALL_LIBSTDCPP
7         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/