All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] poppler: toggle gobject-introspection support
@ 2019-07-31  6:48 kai.kang
  2019-08-04  9:05 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: kai.kang @ 2019-07-31  6:48 UTC (permalink / raw)
  To: bunk; +Cc: openembedded-devel

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] poppler: toggle gobject-introspection support
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-08-04  9:05 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

Khem, did you miss this patch due to openembedded-devel@ only being in
the Cc or other reasons?

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] poppler: toggle gobject-introspection support
  2019-08-04  9:05 ` Adrian Bunk
@ 2019-08-04 15:28   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-08-04 15:28 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: openembeded-devel

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
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-04 15:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.