Mesa (master): autoconf: Do not select Xlib when building DRI

Marek Olšák mareko at kemper.freedesktop.org
Mon Jul 11 23:41:41 UTC 2011


Module: Mesa
Branch: master
Commit: 4ef9c3d21b65ff0a9280d3f3ad4c45f0442c6c4f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ef9c3d21b65ff0a9280d3f3ad4c45f0442c6c4f

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Jul 11 15:58:29 2011 +0100

autoconf: Do not select Xlib when building DRI

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 at gmail.com>
Signed-off-by: Marek Olšák <maraeo at gmail.com>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7737273..eace790 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




More information about the mesa-commit mailing list