[oe-commits] [meta-openembedded] 04/04: poppler: toggle gobject-introspection support

git at git.openembedded.org git at git.openembedded.org
Mon Aug 5 07:39:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 24fa93dff409f9946fdcbfb1af47832fe0cbc045
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Wed Jul 31 02:48:19 2019 -0400

    poppler: toggle gobject-introspection support
    
    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>
    Signed-off-by: Khem Raj <raj.khem at gmail.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 0684334..b285eec 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list