From eb71e79f410e9a9d391a8bd83046a4df50b2b1ab Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 28 May 2013 11:21:58 +0000 Subject: libv4l: needs thread support Fixes: http://autobuild.buildroot.org/results/c74/c741ca445a63ce9ab8b0e5b87f3126d7b6051009/build-end.log Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/libv4l/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/libv4l') diff --git a/package/libv4l/Config.in b/package/libv4l/Config.in index cb0f43c5e..70f20ac56 100644 --- a/package/libv4l/Config.in +++ b/package/libv4l/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBV4L bool "libv4l" depends on BR2_LARGEFILE + depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_JPEG help libv4l is an accompanying collection of libraries that adds a thin @@ -58,5 +59,5 @@ comment "v4l2-dbg requires a toolchain with C++ support enabled" endif -comment "libv4l requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE +comment "libv4l requires a toolchain with LARGEFILE and thread support" + depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3