On Mon, Feb 1, 2016 at 4:54 AM, Yuqing Zhu <[email protected]> wrote: > In Gstreamer, the default one is Mesa EGL with version 9.0. > But we use Vivante EGL with this 1.0 version number. > So we labeled this patch as i.MX specific.
Vivante EGL libraries mimic the MESA EGL 9.0 so it should reflect in the .pc file. I don't want to carry patches to change the EGL required version for every application using it if we can fix this on Vivante .pc file. So this is the easiest, more maintainable fix. Please rework. If you want, change Vivante .pc file to set a macro (like USING_VIVANTE_EGL) so you could make use of this inside the C code for specific code, but versioning is not adequade for it. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
