git: 8efa47ad8ca3 - main - multimedia/pipewire: add required graphics/libdrm dependency for VULKAN option

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 11 Oct 2023 16:54:40 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8efa47ad8ca341c7b178cbc64a5757ac16e00dc4

commit 8efa47ad8ca341c7b178cbc64a5757ac16e00dc4
Author:     Kenneth Raplee <kenrap@kennethraplee.com>
AuthorDate: 2023-10-11 12:50:05 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-10-11 16:54:28 +0000

    multimedia/pipewire: add required graphics/libdrm dependency for VULKAN option
---
 multimedia/pipewire/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/multimedia/pipewire/Makefile b/multimedia/pipewire/Makefile
index 6f66026c142b..e13d2ddbcf2a 100644
--- a/multimedia/pipewire/Makefile
+++ b/multimedia/pipewire/Makefile
@@ -61,7 +61,8 @@ SDL_USE=		sdl=sdl2
 VULKAN_DESC=		Enable Vulkan integration
 VULKAN_MESON_ENABLED=	vulkan
 VULKAN_BUILD_DEPENDS=	${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
-VULKAN_LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader
+VULKAN_LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader \
+			libdrm.so:graphics/libdrm
 
 MEDIA_SESSION_VERSION=	0.4.2