[oe] [PATCH 10/17] Evas: Tweak configure options

fidencio at profusion.mobi fidencio at profusion.mobi
Sat Oct 23 00:15:50 UTC 2010


From: Eduardo Lima (Etrunko) <eblima at gmail.com>

Enable pthreads, async events and async preload.

Signed-off-by: Eduardo Lima (Etrunko) <eblima at gmail.com>
---
 recipes/efl1/evas_svn.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/efl1/evas_svn.bb b/recipes/efl1/evas_svn.bb
index 805e64b..a03230a 100644
--- a/recipes/efl1/evas_svn.bb
+++ b/recipes/efl1/evas_svn.bb
@@ -8,8 +8,10 @@ EVAS_CPU_TWEAKS = ""
 EXTRA_OECONF = "\
 		--x-includes=${STAGING_INCDIR}/X11  \
 		--x-libraries=${STAGING_LIBDIR} \
-        --enable-evas-magic-debug \
-        \
+		--enable-evas-magic-debug \
+		--enable-pthreads \
+		--enable-async-events \
+		--enable-async-preload \
 		--enable-fb					\
 		--disable-directfb			\
 		--disable-sdl				\
-- 
1.7.3.1





More information about the Openembedded-devel mailing list