diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2013-03-12 11:17:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-12 22:31:31 +0100 |
commit | 196c716bc61582f1ccf03dc834cbb929c553e9aa (patch) | |
tree | 624ac77e1295b810b42ddd7916e9702ca8f9f747 | |
parent | 7bc8cd99591491b622f6444de2f1f9d7aa6048e1 (diff) | |
download | buildroot-novena-196c716bc61582f1ccf03dc834cbb929c553e9aa.tar.gz buildroot-novena-196c716bc61582f1ccf03dc834cbb929c553e9aa.zip |
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) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/libv4l/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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. |