Skip to content

Commit

Permalink
multimedia/pipewire: add required graphics/libdrm dependency for VULK…
Browse files Browse the repository at this point in the history
…AN option
  • Loading branch information
kenrap authored and arrowd committed Oct 11, 2023
1 parent d7e97ca commit 8efa47a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multimedia/pipewire/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 8efa47a

Please sign in to comment.