diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2023-11-22 08:52:55 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2023-11-22 09:49:01 +0000 |
commit | c5d1b09e4add939b101be8583d504e80cb7e0627 (patch) | |
tree | 0ab443690941f36c05bf1f1cff8ca915bc7ccdec | |
parent | ac2ee15521b17908f693cbfae06301f98153b538 (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/Makefile | 3 |
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 |