package/efl: fix build with mesa
authorVadim Kochan <vadim4j@gmail.com>
Wed, 6 Mar 2019 23:14:29 +0000 (01:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 7 Mar 2019 20:38:07 +0000 (21:38 +0100)
commit579dfd94990449be719529f8b4c0589ddd060498
treead968c84c12350bce21ac30f7f50a9c97e95d14b
parentcc366832f2b4268d77e2f367d4d059c318ba4e3c
package/efl: fix build with mesa

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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/efl/0001-evas-gl-make-GLintptr-etc.-also-ndefed-for-GL_VERSIO.patch [new file with mode: 0644]