mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
libv4l: needs mmu
Fixes: http://autobuild.buildroot.net/results/989/989d32f3532283817e9439aa78cceff5983dc421/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
63fbdd5c89
commit
c3e412f72e
@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBV4L
|
|||||||
bool "libv4l"
|
bool "libv4l"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
help
|
help
|
||||||
libv4l is an accompanying collection of libraries that adds a thin
|
libv4l is an accompanying collection of libraries that adds a thin
|
||||||
@ -61,3 +62,4 @@ endif
|
|||||||
|
|
||||||
comment "libv4l needs a toolchain w/ largefile, threads"
|
comment "libv4l needs a toolchain w/ largefile, threads"
|
||||||
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
@ -189,12 +189,14 @@ config BR2_PACKAGE_OPENCV_WITH_V4L
|
|||||||
bool "v4l support"
|
bool "v4l support"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_USE_MMU # libv4l fork
|
||||||
select BR2_PACKAGE_LIBV4L
|
select BR2_PACKAGE_LIBV4L
|
||||||
help
|
help
|
||||||
Enable Video 4 Linux support.
|
Enable Video 4 Linux support.
|
||||||
|
|
||||||
comment "v4l support needs a toolchain w/ largefile, threads"
|
comment "v4l support needs a toolchain w/ largefile, threads"
|
||||||
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
|
||||||
comment "Install options"
|
comment "Install options"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user