Re: [Mesa-dev] [PATCH] configure.ac: Do not check for LIBDRM_RADEON at startup

2011-07-14 Thread Alex Deucher
On Thu, Jul 14, 2011 at 4:03 PM, Emil Velikov wrote: > Is it still possible to build radeon,r300,r600 without LIBDRM_RADEON? You can, but only for UMS/DRI1 and I don't know how well tested that is any more. KMS/DRI2 classic drivers require libdrm_radeon. Alex > > Signed-off-by: Emil Velikov >

[Mesa-dev] [PATCH] configure.ac: Do not check for LIBDRM_RADEON at startup

2011-07-14 Thread Emil Velikov
Is it still possible to build radeon,r300,r600 without LIBDRM_RADEON? Signed-off-by: Emil Velikov --- configure.ac |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index c186240..d156979 100644 --- a/configure.ac +++ b/configure.ac @@ -10