mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
poppler: add tiff to DEPENDS to make builds more deterministic
* it's autodetected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
|
DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
|
||||||
DEPENDS = "fontconfig jpeg zlib gtk+ cairo"
|
DEPENDS = "fontconfig jpeg zlib gtk+ cairo tiff"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require poppler.inc
|
require poppler.inc
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
DEPENDS += "lcms"
|
DEPENDS += "lcms"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user