dd08ca7aa9
v4l2_query_ext_ctrl has been added in kernel 3.17:
5082c24178
Fixes:
- http://autobuild.buildroot.org/results/d7b244cf9488eafb59ba8575f17884f4f8512db1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
561 B
Plaintext
18 lines
561 B
Plaintext
config BR2_PACKAGE_ZBAR
|
|
bool "zbar"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libv4l
|
|
depends on BR2_USE_MMU # libv4l
|
|
depends on BR2_INSTALL_LIBSTDCPP # libv4l
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # v4l2_query_ext_ctrl
|
|
select BR2_PACKAGE_JPEG
|
|
select BR2_PACKAGE_LIBV4L
|
|
help
|
|
QR and barcode scanner
|
|
|
|
https://git.linuxtv.org/zbar.git/about/
|
|
|
|
comment "zbar needs a toolchain w/ threads, C++ and headers >= 3.17"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS \
|
|
|| !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
|