[oe] [meta-oe][PATCH] poppler: toggle gobject-introspection support

Khem Raj raj.khem at gmail.com
Sun Aug 4 15:28:57 UTC 2019


On Sun, Aug 4, 2019 at 2:05 AM Adrian Bunk <bunk at 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 at windriver.com wrote:
> > From: Kai Kang <kai.kang at 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 at 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 at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


More information about the Openembedded-devel mailing list