svn commit: r556464 - head/graphics/mesa-gallium-vdpau

Piotr Kubaj pkubaj at FreeBSD.org
Fri Nov 27 23:05:00 UTC 2020


Author: pkubaj
Date: Fri Nov 27 23:04:59 2020
New Revision: 556464
URL: https://svnweb.freebsd.org/changeset/ports/556464

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

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

Modified: head/graphics/mesa-gallium-vdpau/Makefile
==============================================================================
--- head/graphics/mesa-gallium-vdpau/Makefile	Fri Nov 27 23:03:58 2020	(r556463)
+++ head/graphics/mesa-gallium-vdpau/Makefile	Fri Nov 27 23:04:59 2020	(r556464)
@@ -18,7 +18,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-head mailing list