Thanks, applied as 2d39968ecba616101db7c251cec918273acc0126.

Michael

[sent from post-receive hook]

On Fri, 14 Feb 2025 10:02:15 +0100, Michael Tretter <[email protected]> 
wrote:
> 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]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> 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

Reply via email to