From faee221288362968788698a65d81bf48e86bb0b7 Mon Sep 17 00:00:00 2001 From: Sanjeev BA Date: Wed, 12 Sep 2012 07:31:21 +0000 Subject: [PATCH] Improve documentation. Signed-off-by: Sanjeev BA SVN revision: 76497 --- legacy/edje/src/lib/Edje.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/edje/src/lib/Edje.h b/legacy/edje/src/lib/Edje.h index bab30e6188..5006674895 100644 --- a/legacy/edje/src/lib/Edje.h +++ b/legacy/edje/src/lib/Edje.h @@ -70,9 +70,9 @@ Evas needs to be build with the JPEG, PNG and EET image loaders enabled at a minimum. You will also need the buffer engine (which requires the software_generic engine) as well. -Ecore needs the ECORE, ECORE_EVAS and ECORE_X modules built at a minimum. +Ecore (library) needs the ECORE, ECORE_EVAS and ECORE_X modules built at a minimum. It's suggested to build all the Ecore modules. You will beed the Buffer -engine support built into Ecore_Evas for edje?_cc to function. +engine support built into Ecore_Evas for edje_cc to function. @section compiling How to compile and test Edje