From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 28 Nov 2023 09:37:27 +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 1r7tax-00BvtZ-0W for lore@lore.pengutronix.de; Tue, 28 Nov 2023 09:37:27 +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 1r7tax-00041D-B3; Tue, 28 Nov 2023 09:37:27 +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 1r7taN-0002o1-OU; Tue, 28 Nov 2023 09:36:51 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7taN-00C89z-66; Tue, 28 Nov 2023 09:36:51 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1r7taN-004Nrm-0M; Tue, 28 Nov 2023 09:36:51 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 28 Nov 2023 09:36:51 +0100 Message-Id: <20231128083651.1044855-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231122161924.1478955-1-r.czerwinski@pengutronix.de> References: <20231122161924.1478955-1-r.czerwinski@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] v4l2-utils: ctl and compliance require libv4l2 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: Rouven Czerwinski 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 e1af26862a3ef6c93e10caad9e45c6514a9d0e8b. Michael [sent from post-receive hook] On Tue, 28 Nov 2023 09:36:50 +0100, Rouven Czerwinski 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 > Message-Id: <20231122161924.1478955-1-r.czerwinski@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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