From: Martin Jansa Date: Thu, 25 Oct 2012 14:32:56 +0000 (+0200) Subject: evas: add tiff to DEPENDS X-Git-Tag: rev_ivi_2015_02_04~4018 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e89ead88abf8587f144bae51f31451c32a435db9;p=scm%2Fbb%2Ftizen-distro.git evas: add tiff to DEPENDS * 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 (From meta-openembedded rev: b11ee8bc74c3b62a07a4d372cc15b32074255be9) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-efl/recipes-efl/efl/evas.inc b/meta-openembedded/meta-efl/recipes-efl/efl/evas.inc index 4f48f5d..04cf835 100644 --- a/meta-openembedded/meta-efl/recipes-efl/efl/evas.inc +++ b/meta-openembedded/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