The radeon DRI module doesn't really work correctly on powerpc, so don't build
it. Hopefully we'll get radeonkms eventually. Discussed with: nwhitehorn MFC after: 2 weeks
This commit is contained in:
parent
0d41ce8792
commit
755f7a6d20
@ -21,7 +21,9 @@ SUBDIR = \
|
||||
.if ${MK_SOURCELESS_UCODE} != "no"
|
||||
_mga= mga
|
||||
_r128= r128
|
||||
.if ${MACHINE_CPUARCH} != "powerpc"
|
||||
_radeon= radeon
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user