public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: linux-media@vger.kernel.org, ezequiel@collabora.com,
	gjasny@googlemail.com, kieran.bingham@ideasonboard.com,
	mchehab@kernel.org, nicolas@ndufresne.ca, p.zabel@pengutronix.de,
	rosenp@gmail.com, sakari.ailus@iki.fi, sean@mess.org,
	user.vdr@gmail.com, xavier.claessens@collabora.com
Subject: Re: [PATCH v7 0/5] Switch build system to meson
Date: Sat, 11 Feb 2023 22:41:53 +0200	[thread overview]
Message-ID: <Y+f9kQAM0KaE/Y82@pendragon.ideasonboard.com> (raw)
In-Reply-To: <70f0700c-6fc3-e172-da52-25d484a5e824@xs4all.nl>

Hi Hans,

On Fri, Sep 23, 2022 at 12:54:34PM +0200, Hans Verkuil wrote:
> On 09/09/2022 15:44, Laurent Pinchart wrote:
> > Hello everybody,
> > 
> > This series is the latest (and greatest) attempt to switch v4l-utils
> > from autotools to meson.
> > 
> > Compared to v6, the first noticeable change is that fixups have been
> > squashed into their corresponding commit. Detailed changelogs are now
> > included in individual patches.
> > 
> > The second big change is that the last patch from v6 ("Makefile.am:
> > Distribute meson related files") got replaced by 5/5 which drops
> > autotools support, completing the switch from autotools to meson.
> > 
> > A branch that includes this series can be found at
> > 
> >         git://linuxtv.org/pinchartl/v4l-utils.git meson
> 
> I'm trying to use this new build system in our internal cross compilation
> environment, and I am running into problems.
> 
> What we did with the autotools setup is to configure everything, but just
> build a select set of utilities from the utils directory, without needing to
> link to anything in lib. So basically: cd utils/v4l2-ctl; make; make install
> 
> Trying to cross compile in lib fails with strange errors, but I don't really
> want to build anything in lib anyway, I don't need it at all.
> 
> Is there a way to tell ninja to build just one utility? Or are you forced to
> build everything?

You can build targets individually, for instance

ninja utils/v4l2-ctl/v4l2-ctl

-- 
Regards,

Laurent Pinchart

      reply	other threads:[~2023-02-11 20:42 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09 13:44 [PATCH v7 0/5] Switch build system to meson Laurent Pinchart
2022-09-09 13:44 ` [PATCH v7 1/5] Move README to markdown syntax Laurent Pinchart
2022-09-09 13:44 ` [PATCH v7 2/5] Add support for meson building Laurent Pinchart
2022-09-09 13:44 ` [PATCH v7 3/5] Copy Doxygen configuration file to doc/ Laurent Pinchart
2022-09-09 13:44 ` [PATCH v7 4/5] meson: Add support for doxygen documentation Laurent Pinchart
2022-09-09 13:44 ` [PATCH v7 5/5] Drop autoconf/automake support Laurent Pinchart
2022-09-11  0:33 ` [PATCH v7 0/5] Switch build system to meson Laurent Pinchart
2022-09-11  2:17 ` Rosen Penev
2022-09-12 10:06   ` Laurent Pinchart
2023-02-11 17:12     ` Laurent Pinchart
2022-09-12 14:41 ` Gregor Jasny
2022-09-12 22:29   ` Laurent Pinchart
2022-09-13  6:54     ` Hans Verkuil
2022-09-13  7:04       ` Mauro Carvalho Chehab
2022-09-13  7:14         ` Mauro Carvalho Chehab
2022-09-13  7:15     ` Hans Verkuil
2022-09-13  8:51       ` Laurent Pinchart
2023-02-12  0:10         ` Laurent Pinchart
2022-09-13  8:52       ` Hans Verkuil
2022-09-12 16:04 ` Mauro Carvalho Chehab
2022-09-12 22:26   ` Laurent Pinchart
2022-09-23 10:54 ` Hans Verkuil
2023-02-11 20:41   ` Laurent Pinchart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y+f9kQAM0KaE/Y82@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=ezequiel@collabora.com \
    --cc=gjasny@googlemail.com \
    --cc=hverkuil@xs4all.nl \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=nicolas@ndufresne.ca \
    --cc=p.zabel@pengutronix.de \
    --cc=rosenp@gmail.com \
    --cc=sakari.ailus@iki.fi \
    --cc=sean@mess.org \
    --cc=user.vdr@gmail.com \
    --cc=xavier.claessens@collabora.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox