Skip to content

meson: build vkgears if either xcb or wayland is missing

Erik Faye-Lund requested to merge kusma/mesa-demos:vkgears-disabler-fix into main

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

Merge request reports