From: Eduardo Lima (Etrunko) <[email protected]> Enable pthreads, async events and async preload.
Signed-off-by: Eduardo Lima (Etrunko) <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
