19 lines
615 B
Plaintext
19 lines
615 B
Plaintext
comment "zxing-cpp needs a toolchain w/ C++, wchar, dynamic library"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
BR2_STATIC_LIBS
|
|
|
|
config BR2_PACKAGE_ZXING_CPP
|
|
bool "zxing-cpp"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_STB
|
|
select BR2_PACKAGE_PYTHON_PYBIND if BR2_PACKAGE_PYTHON3
|
|
help
|
|
ZXing-cpp (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.
|
|
|
|
https://github.com/zxing-cpp/zxing-cpp
|