ncftp: bump version to 3.2.6
[buildroot-gz.git] / package / zbar / Config.in
blob5097f5743913d038b7d953894460fdaed18e148c
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_STATIC_LIBS # libv4l
6         depends on BR2_INSTALL_LIBSTDCPP # libv4l
7         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libv4l
8         select BR2_PACKAGE_JPEG
9         select BR2_PACKAGE_LIBV4L
10         help
11           QR and barcode scanner
13           http://zbar.sourceforge.net/
15 comment "zbar needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0"
16         depends on BR2_USE_MMU
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
18                 || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0