[Buildroot] [PATCH v2 1/1] package/efl: Fix build with mesa

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Mar 7 20:43:01 UTC 2019


On Thu,  7 Mar 2019 01:14:29 +0200
Vadim Kochan <vadim4j at gmail.com> wrote:

> efl does not compile with mesa without OpenGL ES because it checks for
> GL_ES_VERSION_2_0 and declares own GLintptr and GLsizeiptr types if such
> version is not defined, but mesa declares them too for OpenGL version
> 1.5, so fix it by add check also for OpenGL 1.5 where these types are
> defined.
> 
> Use patch from:
> 	https://git.enlightenment.org/core/efl.git/commit/?id=0d2b624f1e24240a1c4e651aa1cfe9a8dd10a573
> 
> Fixes:
> 	http://autobuild.buildroot.net/results/62ca120f1e54e8c3ae445f98b2624b526569f007
> 
> Signed-off-by: Vadim Kochan <vadim4j at gmail.com>
> ---

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list