[oe-commits] Martin Jansa : evas: add tiff to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Nov 29 10:06:35 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: b11ee8bc74c3b62a07a4d372cc15b32074255be9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b11ee8bc74c3b62a07a4d372cc15b32074255be9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Oct 25 16:32:56 2012 +0200

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

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/efl/evas.inc |    4 ++--
 1 files 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
 





More information about the Openembedded-commits mailing list