mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
Build dri drivers for powerpc and sparc on FreeBSD.
This commit is contained in:
parent
d60b4f7885
commit
48f0543b39
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue