From 196c716bc61582f1ccf03dc834cbb929c553e9aa Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Tue, 12 Mar 2013 11:17:05 +0000 Subject: libv4l: depends on jpeg so must select it Fixes http://autobuild.buildroot.net/results/3053854fccd65bc5b28384f2a2039a33abeeea47 The introduction of the error message for the jpeg virtual package exposes this kind of error. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/libv4l/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/libv4l') diff --git a/package/libv4l/Config.in b/package/libv4l/Config.in index 1e5eec642..cb0f43c5e 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 + select BR2_PACKAGE_JPEG help libv4l is an accompanying collection of libraries that adds a thin abstraction layer on top of video4linux2 (V4L2) devices. -- cgit v1.2.3