Re: [Mesa-dev] [PATCH] configure.ac: Don't link gallium drivers with libdricore

2012-09-04 Thread Matt Turner
On Tue, Sep 4, 2012 at 7:37 AM, Tom Stellard wrote: > From: Tom Stellard > > --- > > Is there any reason gallium drivers should be linking with libdricore? > They seem to work fine without it. > > configure.ac |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/configur

[Mesa-dev] [PATCH] configure.ac: Don't link gallium drivers with libdricore

2012-09-04 Thread Tom Stellard
From: Tom Stellard --- Is there any reason gallium drivers should be linking with libdricore? They seem to work fine without it. configure.ac |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 82fe225..6e67ec0 100644 --- a/configure.ac ++