Mesa (master): Build dri drivers for powerpc and sparc on FreeBSD.

Robert C. Noland III rnoland at kemper.freedesktop.org
Fri Apr 10 17:57:01 UTC 2009


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

Author: Robert Noland <rnoland at 2hip.net>
Date:   Fri Apr 10 11:41:27 2009 -0500

Build dri drivers for powerpc and sparc on FreeBSD.

---

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

diff --git a/configure.ac b/configure.ac
index 6799427..ce7507f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -389,7 +389,7 @@ linux*)
     ;;
 *freebsd* | dragonfly*)
     case "$host_cpu" in
-    i*86|x86_64) default_driver="dri";;
+    i*86|x86_64|powerpc*|sparc*) default_driver="dri";;
     esac
     ;;
 esac




More information about the mesa-commit mailing list