Build xorg AMD video drivers on aarch64
They build and work fine with drm-devel-kmod Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
13700c66d0
commit
9a1e4f44e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543498
@ -18,8 +18,8 @@ LIB_DEPENDS= libdrm_amdgpu.so:graphics/libdrm
|
||||
USES= gl xorg-cat:driver
|
||||
USE_GL= gbm
|
||||
# No amdgpu kernel driver on non-x86 and PC98.
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86
|
||||
ONLY_FOR_ARCHS= aarch64 i386 amd64
|
||||
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64
|
||||
|
||||
CONFIGURE_ARGS+=--disable-udev
|
||||
|
||||
|
@ -19,8 +19,8 @@ LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
# No Radeon kernel driver on non-x86.
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc64
|
||||
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64
|
||||
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64/powerpc64
|
||||
|
||||
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
|
||||
libdrm_radeon.so:graphics/libdrm
|
||||
|
Loading…
Reference in New Issue
Block a user