aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-11-16 21:15:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-11-16 21:27:17 +0000
commit223e207711169c0780ad0a27e479eafb4c27f63c (patch)
tree6446880094dc6c73b33ef0a0d11fb754794dfc22
parentcb7fccfe103e104e87346ade647a72b2acf5cb31 (diff)
downloadports-223e207711169c0780ad0a27e479eafb4c27f63c.tar.gz
ports-223e207711169c0780ad0a27e479eafb4c27f63c.zip
multimedia/mpv: track VDPAU dependency on X11
meson.build:1411:0: ERROR: Feature vdpau cannot be enabled: x11 was not found! (or before 1d89ec25be62) Checking for VDPAU acceleration : x11 not found Checking for VDPAU with OpenGL/X11 : vdpau not found PR: 267816 Reported by: amdmi3
-rw-r--r--multimedia/mpv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index c8438bd8f28e..0f14cc9bff72 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -151,6 +151,7 @@ VAPOURSYNTH_MESON_ENABLED= vapoursynth
VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau
VDPAU_MESON_ENABLED= vdpau
+VDPAU_IMPLIES= X11
VULKAN_BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
VULKAN_LIB_DEPENDS= libplacebo.so:graphics/libplacebo \