From: Eduardo Lima (Etrunko) Date: Fri, 22 Oct 2010 14:15:50 +0000 (+0000) Subject: evas: tweak configure options X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece04204e3b8f9d6944c1fb035e36388dc007b40;p=openembedded.git evas: tweak configure options Enable pthreads, async events and async preload. Signed-off-by: Eduardo Lima (Etrunko) Signed-off-by: Martin Jansa --- diff --git a/recipes/efl1/evas_svn.bb b/recipes/efl1/evas_svn.bb index 68b6be1e42..86d8533a9d 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 \