From 9c1cc8bbf0d845b5e751deab6d145f35de80d0e2 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 12 Sep 2012 09:01:59 +0000 Subject: [PATCH] actually ecore_x is not needed. :) SVN revision: 76509 --- legacy/edje/src/lib/Edje.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/edje/src/lib/Edje.h b/legacy/edje/src/lib/Edje.h index 5006674895..b68bbb2297 100644 --- a/legacy/edje/src/lib/Edje.h +++ b/legacy/edje/src/lib/Edje.h @@ -70,7 +70,7 @@ 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 (library) needs the ECORE, ECORE_EVAS and ECORE_X modules built at a minimum. +Ecore (library) needs the ECORE and ECORE_EVAS 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.