Thanks, applied as e1af26862a3ef6c93e10caad9e45c6514a9d0e8b.

Michael

[sent from post-receive hook]

On Tue, 28 Nov 2023 09:36:50 +0100, Rouven Czerwinski 
<[email protected]> wrote:
> Both the v4l2-ctl and v4l2-compliance tool require that libv4l2 is
> available on the system since they are linked dynamically. Ensure that
> it is enabled when one of the tools is selected.
> 
> Signed-off-by: Rouven Czerwinski <[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 d722aeb2531e..1394fbcd41c9 100644
> --- a/rules/v4l-utils.in
> +++ b/rules/v4l-utils.in
> @@ -73,6 +73,7 @@ config V4L_UTILS_RDSCTL
>  
>  config V4L_UTILS_V4L2COMPLIANCE
>       bool
> +     select V4L_UTILS_LIBV4L2
>       prompt "install v4l2-compliance"
>  
>  config V4L_UTILS_V4L2DBG
> @@ -82,6 +83,7 @@ config V4L_UTILS_V4L2DBG
>  
>  config V4L_UTILS_V4L2CTL
>       bool
> +     select V4L_UTILS_LIBV4L2
>       prompt "install v4l2-ctl"
>  
>  config V4L_UTILS_V4L2SYSFSPATH

Reply via email to