Re: [PATCH] weston: Use libepoxy for GLESv2 functions.

2016-09-12 Thread Emil Velikov
On 12 September 2016 at 13:15, Pekka Paalanen wrote: > On Mon, 12 Sep 2016 13:56:30 +0200 > Armin Krezović wrote: > >> Khronos has decided to hide the GLESv2 function prototypes >> in GLESv2 headers and the code has landed in latest mesa git. >> >> Without this change, weston is unusable when bui

Re: [PATCH] weston: Use libepoxy for GLESv2 functions.

2016-09-12 Thread Pekka Paalanen
On Mon, 12 Sep 2016 13:56:30 +0200 Armin Krezović wrote: > Khronos has decided to hide the GLESv2 function prototypes > in GLESv2 headers and the code has landed in latest mesa git. > > Without this change, weston is unusable when built with > headers from mesa git. > > Suggestion by Pekka to u

[PATCH] weston: Use libepoxy for GLESv2 functions.

2016-09-12 Thread Armin Krezović
Khronos has decided to hide the GLESv2 function prototypes in GLESv2 headers and the code has landed in latest mesa git. Without this change, weston is unusable when built with headers from mesa git. Suggestion by Pekka to use libepoxy. Note that libepoxy isn't maintained that much recently, and