mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
sparc: add swrast to dri drivers
This commit is contained in:
parent
2b0e75ea7a
commit
41bdb88f27
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ if test "$mesa_driver" = dri; then
|
|||
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"
|
||||
DRI_DIRS="mach64 r128 r200 r300 radeon ffb swrast"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue