Skip to content

Commit

Permalink
mesa-gallium-vdpau: Re-add missing vdpau LIB_DEPENDS
Browse files Browse the repository at this point in the history
Reported by:	vishwin
Sponsored by:	Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Nov 22, 2023
1 parent ac2ee15 commit c5d1b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/mesa-gallium-vdpau/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit c5d1b09

Please sign in to comment.