mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +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:
@@ -3,7 +3,7 @@ HOMEPAGE = "http://damien.douxchamps.net/ieee1394/coriander/"
|
|||||||
SECTION = "applications"
|
SECTION = "applications"
|
||||||
LICENSE = "GPL-3.0"
|
LICENSE = "GPL-3.0"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
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 \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}/coriander-2/${PV}/${P}.tar.gz \
|
||||||
file://cross-compile.patch \
|
file://cross-compile.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user