Re: [Mesa-dev] [PATCH 1/5] egl: Provide meaningfull error when built w/o requested platform

2017-11-13 Thread Eric Engestrom
On Monday, 2017-11-13 14:06:10 +, Emil Velikov wrote: > From: Emil Velikov > > The current "No EGL platform enabled." is misleading and wrong. > We reach said code when $platform is missing. > > To make this more obvious and clear provide wrappers in the header > file, making the code a bit

[Mesa-dev] [PATCH 1/5] egl: Provide meaningfull error when built w/o requested platform

2017-11-13 Thread Emil Velikov
From: Emil Velikov The current "No EGL platform enabled." is misleading and wrong. We reach said code when $platform is missing. To make this more obvious and clear provide wrappers in the header file, making the code a bit easier to follow. Signed-off-by: Emil Velikov --- src/egl/drivers/dri