mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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."
|
||||
DEPENDS = "fontconfig jpeg zlib gtk+ cairo"
|
||||
DEPENDS = "fontconfig jpeg zlib gtk+ cairo tiff"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require poppler.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
DEPENDS += "lcms"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user