If v4l2-ctl and v4l2-compliance are built with libv4l2, they depend on libv4lconvert, too.
On the other hand v4l2-dbg, doesn't depend on libv4l2 at all. Fix the dependencies. Signed-off-by: Michael Tretter <[email protected]> --- rules/v4l-utils.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/v4l-utils.in b/rules/v4l-utils.in index bb444213b7b0..6c5d892906d5 100644 --- a/rules/v4l-utils.in +++ b/rules/v4l-utils.in @@ -81,16 +81,17 @@ config V4L_UTILS_RDSCTL config V4L_UTILS_V4L2COMPLIANCE bool select V4L_UTILS_LIBV4L2 + select V4L_UTILS_LIBV4LCONVERT prompt "install v4l2-compliance" config V4L_UTILS_V4L2DBG bool - select V4L_UTILS_LIBV4L2 prompt "install v4l2-dbg" config V4L_UTILS_V4L2CTL bool select V4L_UTILS_LIBV4L2 + select V4L_UTILS_LIBV4LCONVERT prompt "install v4l2-ctl" config V4L_UTILS_V4L2SYSFSPATH -- 2.39.5
