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:
Justin Hibbits 2015-01-03 22:36:18 +00:00
parent 7e55f8c198
commit 031a27e354
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276639

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>