diff --git a/graphics/gstreamer1-plugins-vulkan/Makefile b/graphics/gstreamer1-plugins-vulkan/Makefile index 93ec3d94ce2a..ec274d5513e9 100644 --- a/graphics/gstreamer1-plugins-vulkan/Makefile +++ b/graphics/gstreamer1-plugins-vulkan/Makefile @@ -1,28 +1,27 @@ PORTREVISION= 0 CATEGORIES= graphics COMMENT= GStreamer Vulkan graphics plugin BUILD_DEPENDS= ${LOCALBASE}/bin/glslc:graphics/shaderc \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \ ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \ wayland-protocols>=0:graphics/wayland-protocols LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \ libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon USES= xorg USE_GSTREAMER= gl USE_XORG= xcb -MESON_ARGS+= -Dwayland=enabled - MASTERDIR= ${.CURDIR:H:H}/multimedia/gstreamer1-plugins PLIST= ${.CURDIR}/pkg-plist DIST= bad GST_PLUGIN= vulkan +GST_PLUGIN_DEPENDS= wayland .include "${MASTERDIR}/Makefile"