mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
poppler: update 0.53.0 -> 0.57.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
965d410adb
commit
74af96452e
+3
-3
@@ -7,15 +7,15 @@ SRC_URI = " \
|
|||||||
file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \
|
file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \
|
||||||
file://0002-fix-gcc-6-math-ambiguous-errors.patch \
|
file://0002-fix-gcc-6-math-ambiguous-errors.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "943679f1030b9bc19a989f24121a282a"
|
SRC_URI[md5sum] = "bc5a191741604552c90d484103229374"
|
||||||
SRC_URI[sha256sum] = "592bf72960c6b5948b67657594b05e72d9a278daf7613c9f3cdff9a5b73096a8"
|
SRC_URI[sha256sum] = "0ea37de71b7db78212ebc79df59f99b66409a29c2eac4d882dae9f2397fe44d8"
|
||||||
|
|
||||||
DEPENDS = "fontconfig zlib cairo lcms"
|
DEPENDS = "fontconfig zlib cairo lcms"
|
||||||
|
|
||||||
inherit autotools pkgconfig gtk-doc gobject-introspection
|
inherit autotools pkgconfig gtk-doc gobject-introspection
|
||||||
|
|
||||||
PACKAGECONFIG ??= "jpeg openjpeg png tiff nss ${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-layer', 'qt5', '', d)}"
|
PACKAGECONFIG ??= "jpeg openjpeg png tiff nss ${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-layer', 'qt5', '', d)}"
|
||||||
PACKAGECONFIG[jpeg] = "--enable-libjpeg,--disable-libjpeg,jpeg"
|
PACKAGECONFIG[jpeg] = "--enable-dctdecoder=libjpeg,--enable-dctdecoder=none,jpeg"
|
||||||
PACKAGECONFIG[png] = "--enable-libpng,--disable-libpng,libpng"
|
PACKAGECONFIG[png] = "--enable-libpng,--disable-libpng,libpng"
|
||||||
PACKAGECONFIG[tiff] = "--enable-libtiff,--disable-libtiff,tiff"
|
PACKAGECONFIG[tiff] = "--enable-libtiff,--disable-libtiff,tiff"
|
||||||
PACKAGECONFIG[curl] = "--enable-libcurl,--disable-libcurl,curl"
|
PACKAGECONFIG[curl] = "--enable-libcurl,--disable-libcurl,curl"
|
||||||
Reference in New Issue
Block a user