[PATCH] Fix an unclosed parenthesis

2011-02-02 Thread cdahlin
From: Casey Dahlin --- Please disregard the last version. It made the correction in the wrong place somehow. building.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/building.html b/building.html index ce70e2f..527782a 100644 --- a/building.html +++ b/building.h

[PATCH][WEB] Fix an unclosed parenthesis

2011-02-02 Thread cdahlin
From: Casey Dahlin --- building.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/building.html b/building.html index ce70e2f..428b1cd 100644 --- a/building.html +++ b/building.html @@ -12,7 +12,7 @@ The instructions below assume some familiarity with git and bui

Re: [Mesa-dev] [PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-02 Thread Dan Nicholson
On Tue, Feb 1, 2011 at 5:41 AM, Arthur Zhu wrote: > From: Arthur Zhu > > --- >  configure.ac |   29 +++-- >  1 files changed, 15 insertions(+), 14 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 46938f4..8a429a7 100644 > --- a/configure.ac > +++ b/configu

[PATCH v2][WEB] Build Instructions: Move information about environment to beginning

2011-02-02 Thread cdahlin
From: Casey Dahlin The build instructions don't mention that setting various environment variables is necessary for Wayland and its dependencies to link properly until the very end of the document, after all of the actual instructions. This is a bit confusing to anyone who doesn't build into stra