summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 17:11:04 +0100
committerEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 20:00:33 +0100
commit6fc772111e302eb8a129725b0c2f7ea629bd3982 (patch)
treead9162bfa50320f02e90d50b61617d4ce6ae6ae9 /graphics
parentgraphics/mesa-gallium-va: Cleanup (diff)
graphics/mesa-gallium-vdpau: Cleanup
- Specify license directly in this port. - Order ONLY_FOR_ARCH Sponsored by: Beckhoff Automation GmbH & Co. KG
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mesa-gallium-vdpau/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile
index 2ee31ea8913c..105c8d45823f 100644
--- a/graphics/mesa-gallium-vdpau/Makefile
+++ b/graphics/mesa-gallium-vdpau/Makefile
@@ -5,6 +5,12 @@ CATEGORIES= graphics
COMMENT= Mesa Gallium VDPAU drivers
WWW= https://www.mesa3d.org/
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/docs/license.rst
+
+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware
+
LIB_DEPENDS= libva.so:multimedia/libva \
libLLVM-${LLVM_DEFAULT}.so:devel/llvm${LLVM_DEFAULT} \
libvdpau.so:multimedia/libvdpau \
@@ -19,9 +25,6 @@ X11_USE= xorg=xorgproto,x11,xcb,xdamage,xext,xfixes,xshmfence,xxf86vm,xrandr
.include <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
-ONLY_FOR_ARCHS= i386 amd64 aarch64 powerpc64 powerpc64le
-ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware
-
MESON_ARGS+= -Ddri-drivers="" \
-Dgallium-drivers="r300,r600,radeonsi" \
-Dvulkan-drivers="" \