Re: [OE-core] [PATCH] mesa-demos: Use PACKAGECONFIG to enable/disable features

2013-05-02 Thread Burton, Ross
On 2 May 2013 16:28, Otavio Salvador wrote: > This allow selection of following features: > > drm, egl, freetype2, gbm, gles1, gles2, glut, osmesa, vg, wayland, x11 > > The x11 features is enabled depending on distro features but the > wayland has not been enabled as it does not work with Wayland

[OE-core] [PATCH] mesa-demos: Use PACKAGECONFIG to enable/disable features

2013-05-02 Thread Otavio Salvador
This allow selection of following features: drm, egl, freetype2, gbm, gles1, gles2, glut, osmesa, vg, wayland, x11 The x11 features is enabled depending on distro features but the wayland has not been enabled as it does not work with Wayland 1.0. Rest were enabled for a sane default. Signed-off