[Buildroot] [PATCH 1/1] package/efl: Fix build without OpenGL ES

Vadym Kochan vadim4j at gmail.com
Mon Mar 4 17:16:33 UTC 2019


Hi Romain,

On Mon, Mar 04, 2019 at 06:06:57PM +0100, Romain Naour wrote:
> Hi Vadim,
> 
> Le 01/03/2019 à 01:23, Vadim Kochan a écrit :
> > efl does not compile 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, so fix it by add check also for
> > OpenGL 1.5 where these types are defined.
> > 
> > Fixes:
> > 	http://autobuild.buildroot.net/results/62ca120f1e54e8c3ae445f98b2624b526569f007
> 
> 
> Thanks for the patch!
> 
> Upstream used a slightly different fix for this issue, can you try to backport
> this patch instead?
> 
> https://git.enlightenment.org/core/efl.git/commit/?id=0d2b624f1e24240a1c4e651aa1cfe9a8dd10a573
> 
> Best regards,
> Romain
> 

Sure, I will.

Regards,
Vadim Kochan


More information about the buildroot mailing list