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
7e55f8c198
commit
031a27e354
@ -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