coriander: add tiff dependency

* otherwise do_compile fails with:
  thread_save.c:858:18: error: 'SAVE_FORMAT_TIFF' undeclared (first use in this function)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2014-05-04 19:56:38 +02:00
parent 7051a3965a
commit 5e09f0a0a4

View File

@ -3,7 +3,7 @@ HOMEPAGE = "http://damien.douxchamps.net/ieee1394/coriander/"
SECTION = "applications"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "gtk+ libgnomeui libraw1394 libdc1394 libxv"
DEPENDS = "gtk+ libgnomeui libraw1394 libdc1394 libxv tiff"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}/coriander-2/${PV}/${P}.tar.gz \
file://cross-compile.patch \