Re: [Mesa-dev] [PATCH] build: Remove dead SHARED_GLAPI variable

2013-01-20 Thread Andreas Boll
Reviewed-by: Andreas Boll 2013/1/19 Matt Turner : > The static Makefiles used it. > --- > configure.ac |4 > src/gallium/targets/egl-static/Makefile.am |1 - > 2 files changed, 0 insertions(+), 5 deletions(-) > > diff --git a/configure.ac b/configure.ac

Re: [Mesa-dev] [PATCH] build: Remove dead SHARED_GLAPI variable

2013-01-19 Thread Kenneth Graunke
On 01/18/2013 11:18 PM, Matt Turner wrote: The static Makefiles used it. --- configure.ac |4 src/gallium/targets/egl-static/Makefile.am |1 - 2 files changed, 0 insertions(+), 5 deletions(-) Yeah, looks unused. Reviewed-by: Kenneth Graunke _

[Mesa-dev] [PATCH] build: Remove dead SHARED_GLAPI variable

2013-01-18 Thread Matt Turner
The static Makefiles used it. --- configure.ac |4 src/gallium/targets/egl-static/Makefile.am |1 - 2 files changed, 0 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index b5ce311..e9325ee 100644 --- a/configure.ac +++ b/configure