From 4ef9c3d21b65ff0a9280d3f3ad4c45f0442c6c4f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 11 Jul 2011 15:58:29 +0100 Subject: [PATCH] autoconf: Do not select Xlib when building DRI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit As Chia-I Wu said 'There are two libGL providers, Xlib and DRI based they cannot coexist' Signed-off-by: Emil Velikov Signed-off-by: Marek Olšák --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 77372735c1a..eace790d84d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.30.2