svn commit: r556463 - head/graphics/mesa-gallium-va

Piotr Kubaj pkubaj at FreeBSD.org
Fri Nov 27 23:03:58 UTC 2020


Author: pkubaj
Date: Fri Nov 27 23:03:58 2020
New Revision: 556463
URL: https://svnweb.freebsd.org/changeset/ports/556463

Log:
  graphics/mesa-gallium-va: enable on powerpc64le
  
  powerpc64le also supports radeon and amdgpu.

Modified:
  head/graphics/mesa-gallium-va/Makefile

Modified: head/graphics/mesa-gallium-va/Makefile
==============================================================================
--- head/graphics/mesa-gallium-va/Makefile	Fri Nov 27 22:48:35 2020	(r556462)
+++ head/graphics/mesa-gallium-va/Makefile	Fri Nov 27 23:03:58 2020	(r556463)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	wayland-protocols>=1.8:graphics/wayland
 .include <bsd.port.options.mk>
 .include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
 
-ONLY_FOR_ARCHS=		i386 amd64 aarch64 powerpc64
+ONLY_FOR_ARCHS=		i386 amd64 aarch64 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	Used only by amd/radeon hardware
 
 MESON_ARGS+=	-Ddri-drivers="" \


More information about the svn-ports-all mailing list