aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-03-22 16:47:41 +0100
committerKhem Raj <raj.khem@gmail.com>2019-03-22 09:33:00 -0700
commit2c5199f9db341895bcf37554d4102706108d026a (patch)
treede0b16546dc39f340ede72f2344d5458441f60aa
parent35e0ade330dcc8d9d8b186467b4efa795cf934bf (diff)
downloadmeta-openembedded-2c5199f9db341895bcf37554d4102706108d026a.tar.gz
poppler: install API headers as we used to
ENABLE_XPDF_HEADERS was renamed to ENABLE_UNSTABLE_API_ABI_HEADERS [1] [1] https://cgit.freedesktop.org/poppler/poppler/tree/NEWS#n72 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/poppler/poppler_0.75.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.75.0.bb b/meta-oe/recipes-support/poppler/poppler_0.75.0.bb
index febdc8edac..0704f1a2af 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.75.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.75.0.bb
@@ -31,7 +31,7 @@ SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"
EXTRA_OECMAKE += " \
-DENABLE_CMS=lcms2 \
- -DENABLE_XPDF_HEADERS=ON \
+ -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
-DBUILD_GTK_TESTS=OFF \
-DENABLE_ZLIB=ON \
-DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES:PATH='${STAGING_INCDIR}' \