The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libv4l / Config.in
1 config BR2_PACKAGE_LIBV4L
2         bool "libv4l"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # media headers
7         select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
8         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
9         help
10           libv4l is a collection of libraries which adds a thin abstraction
11           layer on top of video4linux2 devices. libv4l consists of 3 different
12           libraries: libv4lconvert, libv4l1 and libv4l2.
13
14           http://freshmeat.net/projects/libv4l
15
16 if BR2_PACKAGE_LIBV4L
17
18 comment "libv4l JPEG support not enabled"
19         depends on !BR2_PACKAGE_JPEG
20
21 config BR2_PACKAGE_LIBV4L_UTILS
22         bool "v4l-utils tools"
23         help
24           v4l-utils is a collection of various video4linux and DVB utilities.
25           Enable this if you want to build the following tools:
26           cx18-ctl, ir-keytable, ivtv-ctl, v4l2-ctl, v4l2-sysfs-path and
27           others.
28
29 endif
30
31 comment "libv4l needs a toolchain w/ threads and C++, headers >= 3.0"
32         depends on BR2_USE_MMU
33         depends on !BR2_TOOLCHAIN_HAS_THREADS \
34                 || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0