svn commit: r526241 - head/graphics/mesa-dri

Niclas Zeising zeising at FreeBSD.org
Sat Feb 15 20:49:31 UTC 2020


Author: zeising
Date: Sat Feb 15 20:49:31 2020
New Revision: 526241
URL: https://svnweb.freebsd.org/changeset/ports/526241

Log:
  Enable AMD drivers on arm64
  
  Submitted by:	andrew
  Differential Revision:	https://reviews.freebsd.org/D23439

Modified:
  head/graphics/mesa-dri/Makefile

Modified: head/graphics/mesa-dri/Makefile
==============================================================================
--- head/graphics/mesa-dri/Makefile	Sat Feb 15 20:43:46 2020	(r526240)
+++ head/graphics/mesa-dri/Makefile	Sat Feb 15 20:49:31 2020	(r526241)
@@ -40,7 +40,7 @@ GALLIUM_DRIVERS=	""
 .endif
 VULKAN_DRIVERS=		#
 
-.if ${ARCH} == amd64 || ${ARCH} == i386 \
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 \
  || ${ARCH} == powerpc || ${ARCH} == powerpc64
 DRI_DRIVERS+=		RADEON R200
 GALLIUM_DRIVERS+=	R300 R600 RADEONSI


More information about the svn-ports-head mailing list