From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 14 Feb 2025 10:02:46 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tiraw-002CbP-1t for lore@lore.pengutronix.de; Fri, 14 Feb 2025 10:02:45 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tirav-0003hL-6J; Fri, 14 Feb 2025 10:02:45 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tiraR-0002cX-Uy; Fri, 14 Feb 2025 10:02:15 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tiraR-000tAZ-2V; Fri, 14 Feb 2025 10:02:15 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tiraR-00Bjtw-2N; Fri, 14 Feb 2025 10:02:15 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 14 Feb 2025 10:02:15 +0100 Message-Id: <20250214090215.2798024-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250203131708.2135868-1-m.tretter@pengutronix.de> References: <20250203131708.2135868-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] v4l-utils: fix libv4l2 dependencies X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Michael Tretter Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 2d39968ecba616101db7c251cec918273acc0126. Michael [sent from post-receive hook] On Fri, 14 Feb 2025 10:02:15 +0100, Michael Tretter 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 > Message-Id: <20250203131708.2135868-1-m.tretter@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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