Commit 196c716b authored by Arnout Vandecappelle (Essensium/Mind)'s avatar Arnout Vandecappelle (Essensium/Mind) Committed by Peter Korsgaard
Browse files

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: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 7bc8cd99
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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.