Re: [OE-core] [PATCH] libsdl: expand PACKAGECONFIG and enable native builds

2015-11-30 Thread Burton, Ross
On 30 November 2015 at 12:40, Martin Jansa wrote: > When it was needed for xbmc it was rejected (and I was carrying this in > my branches since then): > I'm looking at producing a leaner libsdl-native that doesn't respect your DISTRO_FEATURES (so doesn't pull in libGL, for example). What does x

Re: [OE-core] [PATCH] libsdl: expand PACKAGECONFIG and enable native builds

2015-11-30 Thread Burton, Ross
On 30 November 2015 at 12:40, Martin Jansa wrote: > > Finally enable native builds. > > Why is this needed now? > > When it was needed for xbmc it was rejected (and I was carrying this in > my branches since then): > http://patchwork.openembedded.org/patch/63477/ > more recently in: > http://patc

Re: [OE-core] [PATCH] libsdl: expand PACKAGECONFIG and enable native builds

2015-11-30 Thread Martin Jansa
On Mon, Nov 30, 2015 at 12:18:58PM +, Ross Burton wrote: > Use PACKAGECONFIG instead of using logic in DEPENDS and EXTRA_OECONF, adding > new > options for PulseAudio, tslib, DirectFB, OpenGL and X11. > > Disable tslib by default as the kernel event input subsystem is generally > used. > >

[OE-core] [PATCH] libsdl: expand PACKAGECONFIG and enable native builds

2015-11-30 Thread Ross Burton
Use PACKAGECONFIG instead of using logic in DEPENDS and EXTRA_OECONF, adding new options for PulseAudio, tslib, DirectFB, OpenGL and X11. Disable tslib by default as the kernel event input subsystem is generally used. SDL's OpenGL support requires X11 so check for both x11 and opengl, and merge t