Skip to content
Snippets Groups Projects
Commit 8efa47ad authored by Kenneth Raplee's avatar Kenneth Raplee Committed by Gleb Popov
Browse files

multimedia/pipewire: add required graphics/libdrm dependency for VULKAN option

parent d7e97ca8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment