diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-07-26 21:25:17 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-07-26 21:25:17 +0000 |
commit | 9a1e4f44e6b0bfcd42949abe6e197b45137b937a (patch) | |
tree | ea3d426aec4a67d0aa7e66163010c9c9d98e3be4 /x11-drivers/xf86-video-amdgpu | |
parent | 13700c66d03426f4e893a690e25d2140e633ff63 (diff) | |
download | ports-9a1e4f44e6b0bfcd42949abe6e197b45137b937a.tar.gz ports-9a1e4f44e6b0bfcd42949abe6e197b45137b937a.zip |
Build xorg AMD video drivers on aarch64
They build and work fine with drm-devel-kmod
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=543498
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/Makefile b/x11-drivers/xf86-video-amdgpu/Makefile index 61f7053b4b25..424b53f77018 100644 --- a/x11-drivers/xf86-video-amdgpu/Makefile +++ b/x11-drivers/xf86-video-amdgpu/Makefile @@ -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 |