Re: [OE-core] [PATCH][jethro][RFC 1/2] libsdl: expand PACKAGECONFIG and enable native builds

2016-03-14 Thread Burton, Ross
On 14 March 2016 at 18:40, Otavio Salvador wrote: > The native flavour ought to enable X11 ONLY if it is in DISTRO_FEATURES. > Backport of the relevant fix - not workaround - submitted. Ross -- ___ Openembedded-core mailing list Openembedded-core@lis

Re: [OE-core] [PATCH][jethro][RFC 1/2] libsdl: expand PACKAGECONFIG and enable native builds

2016-03-14 Thread Otavio Salvador
Hello folks, On Fri, Mar 11, 2016 at 11:58 PM, Trevor Woerner wrote: > On 03/11/16 18:16, Richard Purdie wrote: >> On Fri, 2016-03-11 at 16:36 -0500, Trevor Woerner wrote: >>> On 03/11/16 15:49, Burton, Ross wrote: Can you verify that cherry-picking 55ca1fb8f0e81ff739b3c46897e43356d1f76

Re: [OE-core] [PATCH][jethro][RFC 1/2] libsdl: expand PACKAGECONFIG and enable native builds

2016-03-11 Thread Trevor Woerner
On 03/11/16 18:16, Richard Purdie wrote: On Fri, 2016-03-11 at 16:36 -0500, Trevor Woerner wrote: Hi Ross, On 03/11/16 15:49, Burton, Ross wrote: On 11 March 2016 at 20:20, Trevor Woerner mailto:twoer...@gmail.com>> wrote: ERROR: Nothing PROVIDES 'virtual/nativesdk-nativesdk-libx11' (b

Re: [OE-core] [PATCH][jethro][RFC 1/2] libsdl: expand PACKAGECONFIG and enable native builds

2016-03-11 Thread Richard Purdie
On Fri, 2016-03-11 at 16:36 -0500, Trevor Woerner wrote: > Hi Ross, > > On 03/11/16 15:49, Burton, Ross wrote: > > > > On 11 March 2016 at 20:20, Trevor Woerner > > wrote: > > > > ERROR: Nothing PROVIDES 'virtual/nativesdk-nativesdk-libx11' > > (but > > virtua

Re: [OE-core] [PATCH][jethro][RFC 1/2] libsdl: expand PACKAGECONFIG and enable native builds

2016-03-11 Thread Trevor Woerner
Hi Ross, On 03/11/16 15:49, Burton, Ross wrote: On 11 March 2016 at 20:20, Trevor Woerner > wrote: ERROR: Nothing PROVIDES 'virtual/nativesdk-nativesdk-libx11' (but virtual:nativesdk:/z/dragon410c-repo/dragon410c-tw-jethro/layers/openembedded-core/meta/reci

Re: [OE-core] [PATCH][jethro][RFC 1/2] libsdl: expand PACKAGECONFIG and enable native builds

2016-03-11 Thread Burton, Ross
On 11 March 2016 at 20:20, Trevor Woerner wrote: > ERROR: Nothing PROVIDES 'virtual/nativesdk-nativesdk-libx11' (but > virtual:nativesdk:/z/dragon410c-repo/dragon410c-tw-jethro/layers/openembedded-core/meta/recipes-graphics/libsdl/ > libsdl_1.2.15.bb DEPENDS on or otherwise requires it). Close ma

Re: [OE-core] [PATCH][jethro][RFC 1/2] libsdl: expand PACKAGECONFIG and enable native builds

2016-03-11 Thread Trevor Woerner
This patch causes my jethro build to now fail with: ERROR: Nothing PROVIDES 'virtual/nativesdk-nativesdk-libx11' (but virtual:nativesdk:/z/dragon410c-repo/dragon410c-tw-jethro/layers/openembedded-core/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb DEPENDS on or otherwise requires it). Close matc

[OE-core] [PATCH][jethro][RFC 1/2] libsdl: expand PACKAGECONFIG and enable native builds

2016-02-29 Thread Ross Burton
Use PACKAGECONFIG instead of using logic in DEPENDS and EXTRA_OECONF, adding new options for PulseAudio, tslib, DirectFB, OpenGL and X11. Pass --disable-x11-shared so that it links to the X libraries instead of using dlopen(). Disable tslib by default as the kernel event input subsystem is genera