mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
sparc: add DRI drivers for sparc patch from Fedora
This commit is contained in:
parent
3f3e4f645d
commit
2b0e75ea7a
1 changed files with 6 additions and 0 deletions
|
|
@ -645,6 +645,12 @@ if test "$mesa_driver" = dri; then
|
|||
DRI_DIRS="mach64 r128 r200 r300 radeon tdfx swrast"
|
||||
fi
|
||||
;;
|
||||
sparc*)
|
||||
# Build only the drivers for cards that exist on sparc`
|
||||
if test "x$DRI_DIRS" = x; then
|
||||
DRI_DIRS="mach64 r128 r200 r300 radeon ffb"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
freebsd* | dragonfly*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue