Config.in 545 B

1234567891011121314151617
  1. config BR2_PACKAGE_ZBAR
  2. bool "zbar"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libv4l
  4. depends on BR2_USE_MMU # libv4l
  5. depends on BR2_INSTALL_LIBSTDCPP # libv4l
  6. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libv4l
  7. select BR2_PACKAGE_JPEG
  8. select BR2_PACKAGE_LIBV4L
  9. help
  10. QR and barcode scanner
  11. https://git.linuxtv.org/zbar.git/about/
  12. comment "zbar needs a toolchain w/ threads, C++ and headers >= 3.0"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_TOOLCHAIN_HAS_THREADS \
  15. || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0