[oe-commits] Eduardo Lima (Etrunko) : evas: tweak configure options

git version control git at git.openembedded.org
Sun Oct 24 07:31:48 UTC 2010


Module: openembedded.git
Branch: master
Commit: ece04204e3b8f9d6944c1fb035e36388dc007b40
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ece04204e3b8f9d6944c1fb035e36388dc007b40

Author: Eduardo Lima (Etrunko) <eblima at gmail.com>
Date:   Fri Oct 22 14:15:50 2010 +0000

evas: tweak configure options

Enable pthreads, async events and async preload.

Signed-off-by: Eduardo Lima (Etrunko) <eblima at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa 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 68b6be1..86d8533 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				\





More information about the Openembedded-commits mailing list