[poky] Problem while pulling mesa
Yu Ke
ke.yu at intel.com
Wed Mar 23 02:40:41 PDT 2011
On Mar 22, 19:05, kubera samrat wrote:
> Hi all,
> I have included mesa in my recipe. I got all the .so files which I
> needed except GLES files. I am including my bb file in this mail below. So
> please tell me the modifications which has to be done such that those
> libraries get included. I have given extra conf according to the website
> given below
> http://mesa3d.sourceforge.net/
> http://mesa3d.sourceforge.net/egl.html
to enable GLES, the following configure options are required:
--enable-gles1 enable support for OpenGL ES 1.x API [default=no]
--enable-gles2 enable support for OpenGL ES 2.x API [default=no]
so you can try to add:
EXTRA_OECONF += "--enable-gles1" or
EXTRA_OECONF += "--enable-gles2"
Regards
Ke
More information about the poky
mailing list