1config 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 12 https://git.linuxtv.org/zbar.git/about/ 13 14comment "zbar needs a toolchain w/ threads, C++ and headers >= 3.0" 15 depends on BR2_USE_MMU 16 depends on !BR2_TOOLCHAIN_HAS_THREADS \ 17 || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 18