]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libv4l: depends on jpeg so must select it
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 12 Mar 2013 11:17:05 +0000 (11:17 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 12 Mar 2013 21:31:31 +0000 (22:31 +0100)
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>
package/libv4l/Config.in

index 1e5eec642d9e676f209d8ad9945468f543cd08f3..cb0f43c5e5039ecff4c1b532163cbf1ff035d21f 100644 (file)
@@ -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.