Re: [OE-core] [PATCH 2/2] mesa-demos: provide option for disabling GLX demos

2016-04-27 Thread Burton, Ross
On 22 April 2016 at 14:24, Awais Belal wrote: > +PACKAGECONFIG ?= "drm osmesa freetype2 gbm egl gles1 gles2 glx \ >${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 > glew glu', '', d)}" > Shouldn't glx be inside the x11 DISTRO_FEATURE check? Ross

[OE-core] [PATCH 2/2] mesa-demos: provide option for disabling GLX demos

2016-04-22 Thread Awais Belal
There are platforms that default to EGL only configurations in which case the GLX applications are not required at all. Allow the user to control generation of these demos as needed through a configure switch. Signed-off-by: Awais Belal ---