Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3] package/libcamera: bump version to 96fab38
Date: Tue, 16 Jun 2020 20:02:53 +0200	[thread overview]
Message-ID: <20200616200253.17555c74@gmx.net> (raw)
In-Reply-To: <20200614170205.GH2346@scaer>

Hello Yann,

On Sun, 14 Jun 2020 19:02:05 +0200, "Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

[...]

> > > +
> > > +ifeq ($(BR2_PACKAGE_QT5BASE)$(BR2_PACKAGE_QT5BASE_GUI)$(BR2_PACKAGE_QT5BASE_WIDGETS),yyy)
> > > +LIBCAMERA_DEPENDENCIES += qt5base
> > > +ifeq ($(BR2_PACKAGE_QT5TOOLS)$(BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS),yy)
>
> BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS is already a sub-option of BR2_PACKAGE_QT5TOOLS,
> so the former can't be enabled if the latter is not. Thus, the following
> condition is enough:
>
>     ifeq ($(BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS),y)
>

Same would apply to

	ifeq ($(BR2_PACKAGE_QT5BASE)$(BR2_PACKAGE_QT5BASE_GUI)$(BR2_PACKAGE_QT5BASE_WIDGETS),yyy)

vs.
	ifeq ($(BR2_PACKAGE_QT5BASE_WIDGETS),y)

and the source (package/libv4l/libv4l.mk) where I copied it from (and introduced it back in 2015)?

Regards,
Peter

      parent reply	other threads:[~2020-06-16 18:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11  9:42 [Buildroot] [PATCH v3] package/libcamera: bump version to 96fab38 Peter Seiderer
2020-06-11 10:18 ` Kieran Bingham
2020-06-14 17:02   ` Yann E. MORIN
2020-06-15 11:32     ` Kieran Bingham
2020-06-16  7:27       ` Yann E. MORIN
2020-06-16 16:34         ` Peter Seiderer
2020-06-16 18:02     ` Peter Seiderer [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=20200616200253.17555c74@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /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