Skip to content
Snippets Groups Projects

vulkan: fix use of assert() with older meson versions

Merged Tim-Philipp Müller requested to merge tpm/gst-plugins-bad:meson-assert into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -10,7 +10,8 @@ if not gstvulkan_dep.found()
endif
endif
assert(glslc.found())
# Should already have checked for this
assert(glslc.found(), 'Expected glslc to be available')
subdir('shaders')
Loading