Config.in 692 B

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