mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
7051a3965a
commit
5e09f0a0a4
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user