diff options
Diffstat (limited to 'package/opencv')
-rw-r--r-- | package/opencv/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/opencv/Config.in b/package/opencv/Config.in index 49ada5d163..f9ee416e77 100644 --- a/package/opencv/Config.in +++ b/package/opencv/Config.in @@ -189,12 +189,14 @@ config BR2_PACKAGE_OPENCV_WITH_V4L bool "v4l support" depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU # libv4l fork select BR2_PACKAGE_LIBV4L help Enable Video 4 Linux support. comment "v4l support needs a toolchain w/ largefile, threads" depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU comment "Install options" |