xref: /OK3568_Linux_fs/buildroot/package/zbar/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_ZBAR
2*4882a593Smuzhiyun	bool "zbar"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libv4l
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # libv4l
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # libv4l
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libv4l
7*4882a593Smuzhiyun	select BR2_PACKAGE_JPEG
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBV4L
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  QR and barcode scanner
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://git.linuxtv.org/zbar.git/about/
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "zbar needs a toolchain w/ threads, C++ and headers >= 3.0"
15*4882a593Smuzhiyun	depends on BR2_USE_MMU
16*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS \
17*4882a593Smuzhiyun		|| !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
18