Re: [Mesa-dev] [PATCH] scons: Do not build glx on Solaris.

2012-06-25 Thread Alan Coopersmith
On 06/25/12 12:09 AM, Michel Dänzer wrote: > On Sam, 2012-06-23 at 14:55 -0700, Alan Coopersmith wrote: >> On 06/23/12 01:43 PM, Vinson Lee wrote: >>> On Wed, Jun 20, 2012 at 6:49 AM, Alan Coopersmith >>> wrote: On 06/19/12 11:34 PM, Vinson Lee wrote: > The GLX headers on Solaris are not

Re: [Mesa-dev] [PATCH] scons: Do not build glx on Solaris.

2012-06-25 Thread Michel Dänzer
On Sam, 2012-06-23 at 14:55 -0700, Alan Coopersmith wrote: > On 06/23/12 01:43 PM, Vinson Lee wrote: > > On Wed, Jun 20, 2012 at 6:49 AM, Alan Coopersmith > > wrote: > >> On 06/19/12 11:34 PM, Vinson Lee wrote: > >>> The GLX headers on Solaris are not recent enough. > >> > >> Huh? Which Solaris

Re: [Mesa-dev] [PATCH] scons: Do not build glx on Solaris.

2012-06-23 Thread Alan Coopersmith
On 06/23/12 01:43 PM, Vinson Lee wrote: > On Wed, Jun 20, 2012 at 6:49 AM, Alan Coopersmith > wrote: >> On 06/19/12 11:34 PM, Vinson Lee wrote: >>> The GLX headers on Solaris are not recent enough. >> >> Huh? Which Solaris? Solaris 11 ships with X.Org's glproto 1.4.10 - >> how new do you need?

Re: [Mesa-dev] [PATCH] scons: Do not build glx on Solaris.

2012-06-23 Thread Vinson Lee
On Wed, Jun 20, 2012 at 6:49 AM, Alan Coopersmith wrote: > On 06/19/12 11:34 PM, Vinson Lee wrote: >> The GLX headers on Solaris are not recent enough. > > Huh?   Which Solaris?   Solaris 11 ships with X.Org's glproto 1.4.10 - > how new do you need?   Or what headers do you need if not glproto? >

Re: [Mesa-dev] [PATCH] scons: Do not build glx on Solaris.

2012-06-20 Thread Alan Coopersmith
On 06/19/12 11:34 PM, Vinson Lee wrote: > The GLX headers on Solaris are not recent enough. Huh? Which Solaris? Solaris 11 ships with X.Org's glproto 1.4.10 - how new do you need? Or what headers do you need if not glproto? (Not that I know anyone who uses scons, so maybe this doesn't matte

Re: [Mesa-dev] [PATCH] scons: Do not build glx on Solaris.

2012-06-20 Thread Brian Paul
On 06/20/2012 04:18 AM, Jose Fonseca wrote: - Original Message - On 06/19/2012 11:34 PM, Vinson Lee wrote: The GLX headers on Solaris are not recent enough. Signed-off-by: Vinson Lee --- src/SConscript |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/SCo

Re: [Mesa-dev] [PATCH] scons: Do not build glx on Solaris.

2012-06-20 Thread Jose Fonseca
- Original Message - > On 06/19/2012 11:34 PM, Vinson Lee wrote: > > The GLX headers on Solaris are not recent enough. > > > > Signed-off-by: Vinson Lee > > --- > > src/SConscript |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/src/SConscript b/src/S

Re: [Mesa-dev] [PATCH] scons: Do not build glx on Solaris.

2012-06-20 Thread Kenneth Graunke
On 06/19/2012 11:34 PM, Vinson Lee wrote: > The GLX headers on Solaris are not recent enough. > > Signed-off-by: Vinson Lee > --- > src/SConscript |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/SConscript b/src/SConscript > index 75c4446..f55a20e 100644 > ---

[Mesa-dev] [PATCH] scons: Do not build glx on Solaris.

2012-06-20 Thread Vinson Lee
The GLX headers on Solaris are not recent enough. Signed-off-by: Vinson Lee --- src/SConscript |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/SConscript b/src/SConscript index 75c4446..f55a20e 100644 --- a/src/SConscript +++ b/src/SConscript @@ -23,7 +23,7 @@ SCons