Date: Sun, 26 Jul 2020 21:25:18 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543498 - in head/x11-drivers: xf86-video-amdgpu xf86-video-ati Message-ID: <202007262125.06QLPIiP047946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Sun Jul 26 21:25:17 2020 New Revision: 543498 URL: https://svnweb.freebsd.org/changeset/ports/543498 Log: Build xorg AMD video drivers on aarch64 They build and work fine with drm-devel-kmod Sponsored by: The FreeBSD Foundation Modified: head/x11-drivers/xf86-video-amdgpu/Makefile head/x11-drivers/xf86-video-ati/Makefile Modified: head/x11-drivers/xf86-video-amdgpu/Makefile ============================================================================== --- head/x11-drivers/xf86-video-amdgpu/Makefile Sun Jul 26 20:53:00 2020 (r543497) +++ head/x11-drivers/xf86-video-amdgpu/Makefile Sun Jul 26 21:25:17 2020 (r543498) @@ -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 Modified: head/x11-drivers/xf86-video-ati/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati/Makefile Sun Jul 26 20:53:00 2020 (r543497) +++ head/x11-drivers/xf86-video-ati/Makefile Sun Jul 26 21:25:17 2020 (r543498) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007262125.06QLPIiP047946>