Browse Source

Build dri drivers for powerpc and sparc on FreeBSD.

tags/mesa_7_5_rc1
Robert Noland 16 years ago
parent
commit
48f0543b39
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -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

Loading…
Cancel
Save