1PORTREVISION= 0 2CATEGORIES= graphics 3 4COMMENT= GStreamer Vulkan graphics plugin 5 6GST_PLUGIN= vulkan 7DIST= bad 8 9MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins 10 11PLIST= ${.CURDIR}/pkg-plist 12 13USE_GSTREAMER= gl 14BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ 15 ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \ 16 ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \ 17 wayland-protocols>=0:graphics/wayland-protocols 18LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \ 19 libwayland-client.so:graphics/wayland \ 20 libshaderc_shared.so:graphics/shaderc 21 22MESON_ARGS+= -Dwayland=enabled 23 24.include "${MASTERDIR}/Makefile" 25