[Mesa-dev] [PATCH 06/10] build: Only allow shared-glapi with DRI

2012-08-17 Thread Matt Turner
--- configure.ac | 47 +++ 1 files changed, 27 insertions(+), 20 deletions(-) diff --git a/configure.ac b/configure.ac index d411e52..7fa773f 100644 --- a/configure.ac +++ b/configure.ac @@ -681,23 +681,6 @@ if test "x$enable_gles2" = xyes; then fi

Re: [Mesa-dev] [PATCH 06/10] build: Only allow shared-glapi with DRI

2012-08-20 Thread Kenneth Graunke
On 08/17/2012 04:46 PM, Matt Turner wrote: > --- > configure.ac | 47 +++ > 1 files changed, 27 insertions(+), 20 deletions(-) > > diff --git a/configure.ac b/configure.ac > index d411e52..7fa773f 100644 > --- a/configure.ac > +++ b/configure.ac > @@