95b623963a
The zxing package currently selects libiconv when locale support is not available in the toolchain. This patch stops the zxing package selecting libiconv. The zxing package now uses uses libiconv if it's available otherwise iconv support is disabled in zxing. Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
comment "zxing needs a toolchain w/ C++"
|
|
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/
|