1comment "zxing-cpp needs a toolchain w/ C++, dynamic library" 2 depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS 3 4config BR2_PACKAGE_ZXING_CPP 5 bool "zxing-cpp" 6 depends on !BR2_STATIC_LIBS 7 depends on BR2_INSTALL_LIBSTDCPP 8 help 9 ZXing-cpp (pronounced "zebra crossing") is an open-source, 10 multi-format 1D/2D barcode image processing library 11 implemented in Java, with ports to other languages. This 12 compiles the C++ port. 13 14 https://github.com/glassechidna/zxing-cpp 15