Hi Michel, On 18 May 2015 at 09:53, Michel Dänzer <[email protected]> wrote: > From: Michel Dänzer <[email protected]> > > The libGLES*.so symlinks are intended for the compile-time linker and > not available everywhere at runtime. > Seems like an earlier commit - da34d6ae1af(linux_dl: Use libGL.so.1 for WAFFLE_DL_OPENGL) did a similar thing but forgot the GLES libraries :-( Although I'm afraid that versioned libraries are not available under Android, so we should use WAFFLE_HAS_ANDROID. There is an example in src/waffle/egl/wegl_platform.c of what I have in mind and yes, the man pages should contain the versioned names as the former is not a thing in the Android world.
Thanks (and sorry for the delay) Emil _______________________________________________ waffle mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/waffle

