rabbitmq-server: security bump to version 3.6.6
[buildroot-gz.git] / package / motion / Config.in
bloba27e7f9fb6c5e65acb59089a9a797b68e0ddfedc
1 config BR2_PACKAGE_MOTION
2         bool "motion"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_JPEG
6         help
7           Motion is a program that monitors the video signal from
8           cameras. It is able to detect if a significant part of
9           the picture has changed; in other words, it can detect motion.
11           libv4l has to be selected to be able to use a local camera.
13           https://motion-project.github.io
15 comment "motion needs a toolchain w/ threads"
16         depends on BR2_USE_MMU
17         depends on !BR2_TOOLCHAIN_HAS_THREADS