aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-11-22 08:52:55 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-11-22 09:49:01 +0000
commitc5d1b09e4add939b101be8583d504e80cb7e0627 (patch)
tree0ab443690941f36c05bf1f1cff8ca915bc7ccdec
parentac2ee15521b17908f693cbfae06301f98153b538 (diff)
mesa-gallium-vdpau: Re-add missing vdpau LIB_DEPENDS
Reported by: vishwin Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r--graphics/mesa-gallium-vdpau/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile
index 1eb13a37791f..067bf93d3fd6 100644
--- a/graphics/mesa-gallium-vdpau/Makefile
+++ b/graphics/mesa-gallium-vdpau/Makefile
@@ -11,7 +11,8 @@ 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= libzstd.so:archivers/zstd
+LIB_DEPENDS= libvdpau.so:multimedia/libvdpau \
+ libzstd.so:archivers/zstd
USES= llvm:lib,noexport