mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] v4l-utils: fix libv4l2 dependencies
@ 2025-02-03 13:17 Michael Tretter
  2025-02-14  9:02 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2025-02-03 13:17 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

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 <m.tretter@pengutronix.de>
---
 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




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

end of thread, other threads:[~2025-02-14  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-03 13:17 [ptxdist] [PATCH] v4l-utils: fix libv4l2 dependencies Michael Tretter
2025-02-14  9:02 ` [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