Re: [Mesa-dev] [PATCH] autoconf: Do not select Xlib when building DRI

2011-07-11 Thread Marek Olšák
Looks good, thanks. I have pushed it. Marek On Mon, Jul 11, 2011 at 4:58 PM, Emil Velikov wrote: > As Chia-I Wu said 'There are two libGL providers, Xlib and DRI based > they cannot coexist' > > Signed-off-by: Emil Velikov > --- >  configure.ac |    2 +- >  1 files changed, 1 insertions(+), 1 d

[Mesa-dev] [PATCH] autoconf: Do not select Xlib when building DRI

2011-07-11 Thread Emil Velikov
As Chia-I Wu said 'There are two libGL providers, Xlib and DRI based they cannot coexist' Signed-off-by: Emil Velikov --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index dde13c9..19cc531 100644 --- a/configure.ac +++ b/conf