Re: [yocto] bbappends for MESA

2012-09-17 Thread Chris Tapp
On 17 Sep 2012, at 09:29, Burton, Ross wrote: > On 17 September 2012 09:09, Chris Tapp wrote: >> I want to enable glut in mesa from within a layer so I can run with an >> unmodified brach (e.g Denzil). All I need to do is: >> >> 1) Add the SRC_URI to mesa-7.11.inc; >> 2) Add a couple of LIB_DEP

Re: [yocto] bbappends for MESA

2012-09-17 Thread Burton, Ross
On 17 September 2012 09:09, Chris Tapp wrote: > I want to enable glut in mesa from within a layer so I can run with an > unmodified brach (e.g Denzil). All I need to do is: > > 1) Add the SRC_URI to mesa-7.11.inc; > 2) Add a couple of LIB_DEPS, add a couple of packages and modify EXTRA_OECONF >

[yocto] bbappends for MESA

2012-09-17 Thread Chris Tapp
I want to enable glut in mesa from within a layer so I can run with an unmodified brach (e.g Denzil). All I need to do is: 1) Add the SRC_URI to mesa-7.11.inc; 2) Add a couple of LIB_DEPS, add a couple of packages and modify EXTRA_OECONF (it has --disable-glut) in mesa-common.inc Can I do this