All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Adrian Bunk <bunk@stusta.de>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-oe][PATCH] poppler: toggle gobject-introspection support
Date: Sun, 4 Aug 2019 08:28:57 -0700	[thread overview]
Message-ID: <CAMKF1soDbEkd88=3F7qPaZ+ABi8B9FmvttuS7V0Yz8gazgZvyg@mail.gmail.com> (raw)
In-Reply-To: <20190804090528.GA18199@localhost>

On Sun, Aug 4, 2019 at 2:05 AM Adrian Bunk <bunk@stusta.de> wrote:
>
> Khem, did you miss this patch due to openembedded-devel@ only being in
> the Cc or other reasons?
>

it probably did not show up on patchwork.

> Thanks
> Adrian
>
>
> On Wed, Jul 31, 2019 at 02:48:19AM -0400, kai.kang@windriver.com wrote:
> > From: Kai Kang <kai.kang@windriver.com>
> >
> > It doesn't provide a way to enable or disable gobject-introspection
> > support for poppler. Toggle it respect to variable GI_DATA_ENABLED.
> >
> > Signed-off-by: Kai Kang <kai.kang@windriver.com>
> > ---
> >  meta-oe/recipes-support/poppler/poppler_0.79.0.bb | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/meta-oe/recipes-support/poppler/poppler_0.79.0.bb b/meta-oe/recipes-support/poppler/poppler_0.79.0.bb
> > index 068433475..b285eecd2 100644
> > --- a/meta-oe/recipes-support/poppler/poppler_0.79.0.bb
> > +++ b/meta-oe/recipes-support/poppler/poppler_0.79.0.bb
> > @@ -34,6 +34,7 @@ EXTRA_OECMAKE += " \
> >      -DBUILD_GTK_TESTS=OFF \
> >      -DENABLE_ZLIB=ON \
> >      -DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES:PATH='${STAGING_INCDIR}' \
> > +    ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_GOBJECT_INTROSPECTION=ON', '-DENABLE_GOBJECT_INTROSPECTION=OFF', d)} \
> >  "
> >
> >  do_configure_append() {
> > --
> > 2.20.0
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


      reply	other threads:[~2019-08-04 15:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-31  6:48 [meta-oe][PATCH] poppler: toggle gobject-introspection support kai.kang
2019-08-04  9:05 ` Adrian Bunk
2019-08-04 15:28   ` Khem Raj [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='CAMKF1soDbEkd88=3F7qPaZ+ABi8B9FmvttuS7V0Yz8gazgZvyg@mail.gmail.com' \
    --to=raj.khem@gmail.com \
    --cc=bunk@stusta.de \
    --cc=openembedded-devel@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.