All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andrei Gherzan" <andrei@gherzan.com>
To: "Alexander Kanavin" <alex.kanavin@gmail.com>
Cc: openembedded <openembedded-core@lists.openembedded.org>,
	"Andrei Gherzan" <andrei.gherzan@huawei.com>
Subject: Re: [OE-core] [PATCH 1/2] gcr: Add support for building without x11
Date: Fri, 05 Mar 2021 15:50:00 +0000	[thread overview]
Message-ID: <3b2c904c-d7dd-4e36-97d1-dbacaf92eddd@www.fastmail.com> (raw)
In-Reply-To: <CANNYZj-+T3kSDRQQ-qKiXf3XG-ifJod5UYjJnYwa2V_d5Tyxag@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

On Fri, 5 Mar 2021, at 10:23, Alexander Kanavin wrote:
> On Fri, 5 Mar 2021 at 00:36, Andrei Gherzan <andrei@gherzan.com> wrote:
>>  GNOMEBASEBUILDCLASS = "meson"
>>  GTKDOC_MESON_OPTION = "gtk_doc"
>>  inherit gnomebase gtk-icon-cache gtk-doc features_check upstream-version-is-even vala gobject-introspection gettext mime mime-xdg
>> -# depends on gtk+3, but also x11 through gtk+-x11
>> -REQUIRED_DISTRO_FEATURES = "x11"
>> 
>>  SRC_URI[archive.sha256sum] = "17fcaf9c4a93a65fb1c72b82643bb102c13344084687d5886ea66313868d9ec9"
>> 
>> +PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+', '', d)}"
>> +PACKAGECONFIG[gtk+] = ",--without-gtk,gtk+3"
> 
> This does not look like a meson option, and needs a on-setting as well. Please test the new options both ways.

Thanks. Sent v2.

---
Andrei

[-- Attachment #2: Type: text/html, Size: 1623 bytes --]

      reply	other threads:[~2021-03-05 15:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-04 23:35 [PATCH 1/2] gcr: Add support for building without x11 Andrei Gherzan
2021-03-04 23:35 ` [PATCH 2/2] epiphany: Add package configuration for building in developer mode Andrei Gherzan
2021-03-05  8:00   ` [OE-core] " Khem Raj
2021-03-05 15:50     ` Andrei Gherzan
2021-03-05 10:23 ` [OE-core] [PATCH 1/2] gcr: Add support for building without x11 Alexander Kanavin
2021-03-05 15:50   ` Andrei Gherzan [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=3b2c904c-d7dd-4e36-97d1-dbacaf92eddd@www.fastmail.com \
    --to=andrei@gherzan.com \
    --cc=alex.kanavin@gmail.com \
    --cc=andrei.gherzan@huawei.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.