diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-25 16:32:56 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-29 11:04:53 +0100 |
commit | b11ee8bc74c3b62a07a4d372cc15b32074255be9 (patch) | |
tree | f771293141b3925b6b1280d2ea1fa8d7e90ae133 /meta-efl | |
parent | 556a094647b54953298e2cd6fe74cd03957a5fa9 (diff) | |
download | meta-openembedded-b11ee8bc74c3b62a07a4d372cc15b32074255be9.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | 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 4f48f5d24..04cf83563 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" | |||
2 | LICENSE = "MIT BSD" | 2 | LICENSE = "MIT BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b9b25b03d63aa496552658c7e78b11a1" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b9b25b03d63aa496552658c7e78b11a1" |
4 | # can also depend on valgrind, libsdl-x11, directfb | 4 | # can also depend on valgrind, libsdl-x11, directfb |
5 | DEPENDS = "librsvg eina eet freetype jpeg libpng virtual/libx11 libxext libxrender fontconfig libfribidi giflib" | 5 | DEPENDS = "librsvg eina eet freetype jpeg libpng tiff virtual/libx11 libxext libxrender fontconfig libfribidi giflib" |
6 | DEPENDS_virtclass-native = "freetype-native libxext-native libpng-native jpeg-native eet-native eina-native libfribidi-native" | 6 | DEPENDS_virtclass-native = "freetype-native libxext-native libpng-native jpeg-native tiff-native eet-native eina-native libfribidi-native" |
7 | 7 | ||
8 | inherit efl | 8 | inherit efl |
9 | 9 | ||