Thomas Frohwein writes: > Vulkan 1.4.341.0 is now in packages. It still builds here for me with > this version. Can you try it again with latest packages on -current?
vkmark has a hidden dependency on wayland-protocols and libinput-openbsd. If wayland-protocols is missing then lib/vkmark/wayland.so will not be built. If wayland-protocols is present but libinput-openbsd is not, the build breaks (missing linux/input.h). So both need to be BUILD_DEPENDS at least.
