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
--
_
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
---
.../0012-only-build-GLX-demos-if-needed.patch | 62