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:
jhibbits 2015-01-03 22:36:18 +00:00
parent 0d41ce8792
commit 755f7a6d20

View File

@ -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>