Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-06 Thread Burton, Ross
On 6 September 2013 17:00, Kamble, Nitin A wrote: > Even though it is technically possible, it will be crippling the Intel > graphics driver. > Do we have to do it? Is the other, non-crippling option of requesting opengl > distro > feature so bad? Feel free to put a comment along the lines that

Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-06 Thread Kamble, Nitin A
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Friday, September 06, 2013 3:21 AM > To: Darren Hart > Cc: Kamble, Nitin A; Zanussi, Tom; meta-intel@yoctoproject.org; Purdie, > Richard; Wold, Saul > Subject: Re: [meta-intel] [PATCH

Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-06 Thread Darren Hart
On Fri, 2013-09-06 at 18:59 +0100, Burton, Ross wrote: > On 6 September 2013 17:00, Kamble, Nitin A wrote: > > Even though it is technically possible, it will be crippling the Intel > > graphics driver. > > Do we have to do it? Is the other, non-crippling option of requesting > > opengl distro >

Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-06 Thread Burton, Ross
On 5 September 2013 18:42, Darren Hart wrote: >> > 2) configure has a --disable-dri option, did you see if this works? >> > Glancing at the source there might actually be a hard dependency on DRI >> > headers, but that can be something we can fix in the X server. >> >> Why do you want to remove th

Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-05 Thread Darren Hart
ta-intel@yoctoproject.org; Purdie, > > Richard; Wold, Saul > > Subject: Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a > > required distro feature > > > > On 5 September 2013 04:38, wrote: > > > From: Nitin A Kamble > > > > > > This

Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-05 Thread Darren Hart
ta-intel@yoctoproject.org; Purdie, > > Richard; Wold, Saul > > Subject: Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a > > required distro feature > > > > On 5 September 2013 04:38, wrote: > > > From: Nitin A Kamble > > > > > > This

Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-05 Thread Kamble, Nitin A
PATCH 4/5] xf86-video-intel: mark opengl as a > required distro feature > > On 5 September 2013 04:38, wrote: > > From: Nitin A Kamble > > > > This recipe needs 'opengl' distro feature enabled. Otherwise build > > fails with this error: > > > >

Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-05 Thread Kamble, Nitin A
PATCH 4/5] xf86-video-intel: mark opengl as a > required distro feature > > On 5 September 2013 04:38, wrote: > > From: Nitin A Kamble > > > > This recipe needs 'opengl' distro feature enabled. Otherwise build > > fails with this error: > > > >

Re: [meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-05 Thread Burton, Ross
On 5 September 2013 04:38, wrote: > From: Nitin A Kamble > > This recipe needs 'opengl' distro feature enabled. Otherwise build > fails with this error: > > | intel.h:66:18: fatal error: dri2.h: No such file or directory Several things. 1) why does meta-intel have it's own copy of the driver w

[meta-intel] [PATCH 4/5] xf86-video-intel: mark opengl as a required distro feature

2013-09-04 Thread nitin . a . kamble
From: Nitin A Kamble This recipe needs 'opengl' distro feature enabled. Otherwise build fails with this error: | intel.h:66:18: fatal error: dri2.h: No such file or directory Fixes bug: [YOCTO #5096] Signed-off-by: Nitin A Kamble --- common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.