mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] v4l2-utils: ctl and compliance require libv4l2
@ 2023-11-22 16:19 r.czerwinski
  2023-11-28  8:36 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: r.czerwinski @ 2023-11-22 16:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Rouven Czerwinski

From: Rouven Czerwinski <r.czerwinski@pengutronix.de>

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 <r.czerwinski@pengutronix.de>
---
 rules/v4l-utils.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/v4l-utils.in b/rules/v4l-utils.in
index d722aeb25..1394fbcd4 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
-- 
2.42.0




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] v4l2-utils: ctl and compliance require libv4l2
  2023-11-22 16:19 [ptxdist] [PATCH] v4l2-utils: ctl and compliance require libv4l2 r.czerwinski
@ 2023-11-28  8:36 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-11-28  8:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Rouven Czerwinski

Thanks, applied as e1af26862a3ef6c93e10caad9e45c6514a9d0e8b.

Michael

[sent from post-receive hook]

On Tue, 28 Nov 2023 09:36:50 +0100, Rouven Czerwinski <r.czerwinski@pengutronix.de> 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 <r.czerwinski@pengutronix.de>
> Message-Id: <20231122161924.1478955-1-r.czerwinski@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-28  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22 16:19 [ptxdist] [PATCH] v4l2-utils: ctl and compliance require libv4l2 r.czerwinski
2023-11-28  8:36 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox