From 688203a56b3f76bad66035f4c1600b0e58534fb6 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 10 Oct 2012 11:09:03 +0000 Subject: [PATCH] small fixes from GArik_ .. tnx! SVN revision: 77752 --- legacy/evas/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/legacy/evas/README b/legacy/evas/README index 7660890081..49fa34d820 100644 --- a/legacy/evas/README +++ b/legacy/evas/README @@ -12,7 +12,8 @@ Requirements: Must: libc - eina (1.1.0 or better) + eina (1.6.0 or better) + eobj freetype (2.1.9 or better) Recommended: @@ -27,7 +28,7 @@ Recommended: liblinebreak Optional: - XCB SDL OpenGL esvg libtiff libgif edb DirectFB evas_generic_loaders + XCB SDL esvg libtiff libwebp libgif edb DirectFB evas_generic_loaders Evas is a clean display canvas API for several target display systems that can draw anti-aliased text, smooth super and sub-sampled scaled @@ -682,7 +683,7 @@ native colorspace --enable-convert-32-bgr-8888 -conversion (reduces toa memory copy) from evas's native colorspace to +conversion (reduces to a memory copy) from evas's native colorspace to the same color format. @@ -785,7 +786,7 @@ with tasks, like pre-loading image files --enable-async-preload -evas can load images (preload) them in the background using a thread +evas can load images (preload) in the background using a thread if you ask it to, and provide events when done. this goes hand-in-hand with --enable-pthreads and --enable-async-events. you really want all of these available.