From: Eduardo Lima (Etrunko) Date: Fri, 22 Oct 2010 14:15:47 +0000 (+0000) Subject: ecore_svn: fix GL configure option X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82783320b61b45eae35e042a640aef071e027253;p=openembedded.git ecore_svn: fix GL configure option Signed-off-by: Eduardo Lima (Etrunko) Signed-off-by: Martin Jansa --- diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb index d38bc8ee5d..934a52f1e4 100644 --- a/recipes/efl1/ecore_svn.bb +++ b/recipes/efl1/ecore_svn.bb @@ -29,7 +29,7 @@ ECORE_OECONF = "\ --disable-ecore-x-xcb \ --disable-ecore-directfb \ --disable-ecore-sdl \ - --enable-ecore-evas-x11-gl \ + --enable-ecore-evas-opengl-x11 \ --disable-ecore-evas-dfb \ --disable-ecore-evas-sdl \ --disable-openssl \