mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/vulkan: quiet glslangValidator
This suppresses the output filename printed to stdout. Errors and warnings should still be printed to stderr as usual.
This commit is contained in:
parent
1d9c1bcea6
commit
5332935afc
2 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ if not glslang.found()
|
|||
endif
|
||||
endif
|
||||
|
||||
glslang_version_info = run_command(glslang, '--version', check: true).stdout()
|
||||
glslang_version = glslang_version_info.split('\n')[0].split(':')[-1]
|
||||
|
||||
wlr_files += files(
|
||||
'renderer.c',
|
||||
'texture.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue