graphics/drm-devel-kmod: Enable on arm64

Enable drm-devel-kmod build on arm64.

Submitted by:	andrew
Differential Revision:	https://reviews.freebsd.org/D23437
This commit is contained in:
Niclas Zeising 2020-02-15 20:51:52 +00:00
parent fdfb1d3b8c
commit 9f3f7cddbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526242

View File

@ -11,8 +11,8 @@ COMMENT= DRM modules for the linuxkpi-based KMS components (development version)
LICENSE= BSD2CLAUSE MIT GPLv2
LICENSE_COMB= multi
ONLY_FOR_ARCHS= amd64 i386 powerpc64
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, i386 and powerpc64
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, arm64, i386 and powerpc64
RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
@ -59,7 +59,7 @@ PLIST_SUB+= VBOXVIDEO=""
. else
PLIST_SUB+= VBOXVIDEO="@comment "
. endif
.elif ${ARCH} == "powerpc64"
.elif ${ARCH} == "aarch64" || ${ARCH} == "powerpc64"
PLIST_SUB+= AMDGPU=""
PLIST_SUB+= AMDKFD="@comment "
PLIST_SUB+= I915="@comment "