GTK: Clarify how to get SPIRV-Cross.

This commit is contained in:
Brandon Wright 2019-02-20 17:16:24 -06:00
parent 64a26f0096
commit 3469bd86eb
1 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,9 @@ if slang and opengl
if not meson.get_compiler('cpp').compiles('#include "' + spirv_cross_hpp + '"')
slang = false
warns += 'Slang support needs the SPIRV-Cross directory in ../shaders'
warns += 'It can be downloaded with git submodule init; git submodule update'
warns += 'It can be downloaded with:'
warns += ' git submodule init ../shaders/SPIRV-Cross'
warns += ' git submodule update ../shaders/SPIRV-Cross'
endif
endif