Mesa (master): autoconf: Build gallium softpipe when driver=xlib

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Sun Apr 19 15:25:30 UTC 2009


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sat Apr 18 23:13:56 2009 +0100

autoconf: Build gallium softpipe when driver=xlib

---

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

diff --git a/configure.ac b/configure.ac
index ce7507f..c4fe8a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -424,12 +424,13 @@ GALLIUM_STATE_TRACKERS_DIRS=""
 case "$mesa_driver" in
 xlib)
     DRIVER_DIRS="x11"
+    GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS xlib"
     ;;
 dri)
     SRC_DIRS="glx/x11 $SRC_DIRS"
     DRIVER_DIRS="dri"
     WINDOW_SYSTEM="dri"
-    GALLIUM_WINSYS_DIRS="drm $GALLIUM_WINSYS_DIRS"
+    GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS drm"
     ;;
 osmesa)
     DRIVER_DIRS="osmesa"
@@ -1107,6 +1108,9 @@ no)
 yes)
     # look at what else is built
     case "$mesa_driver" in
+    xlib)
+        GALLIUM_STATE_TRACKERS_DIRS=glx
+        ;;
     dri)
         GALLIUM_STATE_TRACKERS_DIRS=egl
         ;;




More information about the mesa-commit mailing list