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

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