From patchwork Tue Nov 27 20:33:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/21] evas: add tiff to DEPENDS Date: Tue, 27 Nov 2012 20:33:43 -0000 From: Martin Jansa X-Patchwork-Id: 39731 Message-Id: To: openembedded-devel@lists.openembedded.org * it's explicitly enabled in OECONF and fails without | evas_image_load_tiff.c:8:20: fatal error: tiffio.h: No such file or directory Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/efl/evas.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-efl/recipes-efl/efl/evas.inc b/meta-efl/recipes-efl/efl/evas.inc index 4f48f5d..04cf835 100644 --- a/meta-efl/recipes-efl/efl/evas.inc +++ b/meta-efl/recipes-efl/efl/evas.inc @@ -2,8 +2,8 @@ DESCRIPTION = "Evas is the Enlightenment canvas API" LICENSE = "MIT BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=b9b25b03d63aa496552658c7e78b11a1" # can also depend on valgrind, libsdl-x11, directfb -DEPENDS = "librsvg eina eet freetype jpeg libpng virtual/libx11 libxext libxrender fontconfig libfribidi giflib" -DEPENDS_virtclass-native = "freetype-native libxext-native libpng-native jpeg-native eet-native eina-native libfribidi-native" +DEPENDS = "librsvg eina eet freetype jpeg libpng tiff virtual/libx11 libxext libxrender fontconfig libfribidi giflib" +DEPENDS_virtclass-native = "freetype-native libxext-native libpng-native jpeg-native tiff-native eet-native eina-native libfribidi-native" inherit efl