From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 31 May 2021 09:25:45 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lncIz-00034T-7v for lore@lore.pengutronix.de; Mon, 31 May 2021 09:25:45 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lncIy-00065F-DT; Mon, 31 May 2021 09:25:44 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lncIs-00064O-Kj; Mon, 31 May 2021 09:25:38 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lncIs-0000Mo-1J; Mon, 31 May 2021 09:25:38 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lncIr-003Wdx-Uc; Mon, 31 May 2021 09:25:38 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 31 May 2021 09:25:37 +0200 Message-Id: <20210531072537.840422-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210527083104.17953-1-m.felsch@pengutronix.de> References: <20210527083104.17953-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] v4l-utils: drop libv4l2 dependency for v4l2-compliance/ctl 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: Marco Felsch Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 59fd0963e99d6ae7652cb43793dce577dfecfc63. Michael [sent from post-receive hook] On Mon, 31 May 2021 09:25:37 +0200, Marco Felsch wrote: > Since upstream commit bb28f870 ("v4l2-compliance/ctl: drop libv4l2 > dependency if NO_LIBV4L2 is defined") both tools can be build without > libv4l2. > > Signed-off-by: Marco Felsch > Message-Id: <20210527083104.17953-1-m.felsch@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/v4l-utils.in b/rules/v4l-utils.in > index b2254ea1ec07..de7cb374ba6f 100644 > --- a/rules/v4l-utils.in > +++ b/rules/v4l-utils.in > @@ -72,7 +72,6 @@ config V4L_UTILS_RDSCTL > > config V4L_UTILS_V4L2COMPLIANCE > bool > - select V4L_UTILS_LIBV4L2 > prompt "install v4l2-compliance" > > config V4L_UTILS_V4L2DBG > @@ -82,7 +81,6 @@ config V4L_UTILS_V4L2DBG > > config V4L_UTILS_V4L2CTL > bool > - select V4L_UTILS_LIBV4L2 > prompt "install v4l2-ctl" > > config V4L_UTILS_V4L2SYSFSPATH _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de