mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
vulkan: fix use of assert() with older meson versions
Follow-up to !1307 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1308>
This commit is contained in:
parent
b75ad03313
commit
00caf46e3f
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue