Fix the build on powerpc*
The gallium driver is called radeonsi not radeon. Submitted by: jmmv@, andreast@ Differential Revision: https://reviews.freebsd.org/D3966
This commit is contained in:
parent
fc080e7106
commit
1ff8eabe3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400484
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ GALLIUM_DRIVERS= ${ALL_GALLIUM_DRIVERS}
|
|||
|
||||
.if ${ARCH} == powerpc || ${ARCH} == powerpc64
|
||||
DRI_DRIVERS= RADEON SWRAST
|
||||
GALLIUM_DRIVERS= RADEON SWRAST
|
||||
GALLIUM_DRIVERS= RADEONSI SWRAST
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64 || ${ARCH} == armv6
|
||||
|
|
Loading…
Reference in a new issue