Only use the KMS driver on i386/amd64. This allows the old version to

be used on powerpc for example even if WITH_NEW_XORG is set.

Submitted by:	nwhitehorn@
This commit is contained in:
Koop Mast 2014-02-05 17:46:08 +00:00
parent 3162f7bc6b
commit 6673f81c7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342802

View File

@ -14,7 +14,8 @@ USE_XORG= xf86driproto xineramaproto xf86miscproto glproto
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG) || \
(${ARCH} != i386 && ${ARCH} != amd64)
ATI_VERSION= 6.14.6
ATI_REVISION= 1
CONFIGURE_ARGS+=--disable-kms