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:
Martin Jansa 2012-03-08 15:28:09 +01:00 committed by Koen Kooi
parent 422d05a494
commit 8b7fd21006
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,6 +1,6 @@
require poppler.inc
PR = "r2"
PR = "r3"
DEPENDS += "lcms"