[oe] [PATCH] poppler: install API headers as we used to

Andreas Müller schnitzeltony at gmail.com
Fri Mar 22 15:47:41 UTC 2019


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 at gmail.com>
---

This is a fixup for poppler upgrade just sent. The only excuse I have for being
late is that the only fallout I saw was good old libreoffice and that takes >10000s
these days...

 meta-oe/recipes-support/poppler/poppler_0.75.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 febdc8eda..0704f1a2a 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}' \
-- 
2.20.1



More information about the Openembedded-devel mailing list