autoconf: Do not select Xlib when building DRI
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 11 Jul 2011 14:58:29 +0000 (15:58 +0100)
committerMarek Olšák <maraeo@gmail.com>
Mon, 11 Jul 2011 23:38:28 +0000 (01:38 +0200)
As Chia-I Wu said 'There are two libGL providers, Xlib and DRI based
they cannot coexist'

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Marek Olšák <maraeo@gmail.com>
configure.ac

index 7737273..eace790 100644 (file)
@@ -798,7 +798,7 @@ esac
 if test "x$enable_dri" = xyes; then
     DRIVER_DIRS="$DRIVER_DIRS dri"
 
-    GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/xlib sw/dri"
+    GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/dri"
     GALLIUM_STATE_TRACKERS_DIRS="dri $GALLIUM_STATE_TRACKERS_DIRS"
     HAVE_ST_DRI="yes"
 fi