Config.in 482 B

1234567891011121314
  1. comment "zxing-cpp needs a toolchain w/ C++, dynamic library"
  2. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
  3. config BR2_PACKAGE_ZXING_CPP
  4. bool "zxing-cpp"
  5. depends on !BR2_STATIC_LIBS
  6. depends on BR2_INSTALL_LIBSTDCPP
  7. help
  8. ZXing-cpp (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. https://github.com/glassechidna/zxing-cpp