2
1

Config.in 615 B

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