diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-07-31 02:48:19 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-05 00:38:49 -0700 |
commit | 24fa93dff409f9946fdcbfb1af47832fe0cbc045 (patch) | |
tree | 767308e2f814838a2a910717c00be377fa7ef6b7 | |
parent | 0a36d10f0c6b500a4475c8dc04d1baf73ffa8920 (diff) | |
download | meta-openembedded-24fa93dff409f9946fdcbfb1af47832fe0cbc045.tar.gz |
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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/poppler/poppler_0.79.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 0684334754..b285eecd2a 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 += " \ | |||
34 | -DBUILD_GTK_TESTS=OFF \ | 34 | -DBUILD_GTK_TESTS=OFF \ |
35 | -DENABLE_ZLIB=ON \ | 35 | -DENABLE_ZLIB=ON \ |
36 | -DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES:PATH='${STAGING_INCDIR}' \ | 36 | -DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES:PATH='${STAGING_INCDIR}' \ |
37 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_GOBJECT_INTROSPECTION=ON', '-DENABLE_GOBJECT_INTROSPECTION=OFF', d)} \ | ||
37 | " | 38 | " |
38 | 39 | ||
39 | do_configure_append() { | 40 | do_configure_append() { |