Re: [Mesa-dev] [PATCH] glx: fix Scons build

2015-05-22 Thread Dylan Baker
Well, I wrote the exact same patch and sent it a few seconds ago before I noticed this. Sorry to break things. Reviewed-by: Dylan Baker On Fri, May 22, 2015 at 01:23:52PM -0700, Brian Paul wrote: > Replace -h with --header-tag as was done for the Makefile build. > --- > src/glx/SConscript | 2

[Mesa-dev] [PATCH] glx: fix Scons build

2015-05-22 Thread Brian Paul
Replace -h with --header-tag as was done for the Makefile build. --- src/glx/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx/SConscript b/src/glx/SConscript index b91c0bd..619e4c3 100644 --- a/src/glx/SConscript +++ b/src/glx/SConscript @@ -125,7 +125,7 @@ en

Re: [Mesa-dev] [PATCH] glx: Fix scons build.

2013-11-10 Thread Jose Fonseca
- Original Message - > On Fri, Nov 8, 2013 at 9:55 AM, wrote: > > From: José Fonseca > > > > By disabling DRI3 support for the time being. > > > > I'll add DRI3 support to scons build when the DRI3 dependencies become > > more widely available (as now there is no convenient way of test

Re: [Mesa-dev] [PATCH] glx: Fix scons build.

2013-11-08 Thread Matt Turner
On Fri, Nov 8, 2013 at 9:55 AM, wrote: > From: José Fonseca > > By disabling DRI3 support for the time being. > > I'll add DRI3 support to scons build when the DRI3 dependencies become > more widely available (as now there is no convenient way of testing it > except building dependencies from so

[Mesa-dev] [PATCH] glx: Fix scons build.

2013-11-08 Thread jfonseca
From: José Fonseca By disabling DRI3 support for the time being. I'll add DRI3 support to scons build when the DRI3 dependencies become more widely available (as now there is no convenient way of testing it except building dependencies from source). --- src/glx/SConscript | 6 ++ src/glx/gl

Re: [Mesa-dev] [PATCH] glx: Fix scons build.

2013-11-08 Thread Brian Paul
On 11/08/2013 10:55 AM, jfons...@vmware.com wrote: From: José Fonseca By disabling DRI3 support for the time being. I'll add DRI3 support to scons build when the DRI3 dependencies become more widely available (as now there is no convenient way of testing it except building dependencies from so