On 2 September 2012 11:39, Zoltan Gaal <[email protected]> wrote: > I've tried it, but mesa-dri is required for xserver and it won't compile > without it. libgles-omap3 cannot replace the mesa dependency, though I'm not > sure if it is a simple config issue or some interface is missing (libgl). > And as libgles-omap3 also provides virtual/egl, the bitbake process detects, > there exists multiple projects with the same provided feature:
So you end up with a system which has hardware accelerated EGL and GLES (though libgles-omap3) and software-only GL (through the software renderer in mesa)? Doesn't sound optimal. It's probably worth looking at making the GL dependency in X optional, so you can build X with just GLES support. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
