meson: build vkgears if either xcb or wayland is missing
Both dep_wayland and dep_xcb are disablers if missing, and will disable building the target alltogether. So let's make the dependency usage explicit here, so we can build with only one of them present.
Fixes: 650c915a ("meson: rework vulkan-detection") Closes: #31 (closed)
Edited by Erik Faye-Lund