tests: vulkan unit tests are run and fail even though vulkan plugin isn't built
- vulkan libs/headers are found, so gstvulkan lib in
gst-libs/gst/vulkan
is built -
glslc
is not found, so we skip building theext/vulkan/
plugin - unit tests check
vulkan_dep.found()
and are run, but fail because vulkan plugin wasn't built
Easy to fix, but my question is where it should be fixed.
Does it make sense to build gst-libs/gst/vulkan
if we're not going to build the vulkan
plugin later?
cc @ystreet