aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-gallium-vdpau/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-27 23:04:59 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-27 23:04:59 +0000
commit817353122a2afe07d8de37ddaa9a0377da1e258c (patch)
treec70c0c39ca14f594299350adca3ec56a0fb1a989 /graphics/mesa-gallium-vdpau/Makefile
parent589ebea4db0a6420ecfc9c6aae04f5ba1f06031c (diff)
downloadports-817353122a2afe07d8de37ddaa9a0377da1e258c.tar.gz
ports-817353122a2afe07d8de37ddaa9a0377da1e258c.zip
graphics/mesa-gallium-vdpau: enable on powerpc64le
powerpc64le also supports radeon and amdgpu.
Notes
Notes: svn path=/head/; revision=556464
Diffstat (limited to 'graphics/mesa-gallium-vdpau/Makefile')
-rw-r--r--graphics/mesa-gallium-vdpau/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile
index 6cffead98169..661f78b22f1c 100644
--- a/graphics/mesa-gallium-vdpau/Makefile
+++ b/graphics/mesa-gallium-vdpau/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= wayland-protocols>=1.8:graphics/wayland-protocols
.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="" \