|
@@ -182,12 +182,13 @@ config BR2_PACKAGE_OPENCV_WITH_TIFF
|
|
|
config BR2_PACKAGE_OPENCV_WITH_V4L
|
|
|
bool "v4l support"
|
|
|
depends on BR2_LARGEFILE
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_PACKAGE_LIBV4L
|
|
|
help
|
|
|
Enable Video 4 Linux support.
|
|
|
|
|
|
-comment "v4l support requires a toolchain with LARGEFILE support"
|
|
|
- depends on !BR2_LARGEFILE
|
|
|
+comment "v4l support requires a toolchain with LARGEFILE and thread support"
|
|
|
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
comment "Install options"
|
|
|
|