mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Better check this one too. (Vulkan is the only user of that, right?)
This commit is contained in:
parent
4a7ab8366b
commit
fe4ef69aaf
1 changed files with 6 additions and 0 deletions
|
@ -403,6 +403,12 @@ if [ "$HAVE_VULKAN" != 'no' ] && [ ! -e deps/glslang/glslang/README.md ]; then
|
|||
HAVE_VULKAN=no
|
||||
fi
|
||||
|
||||
if [ "$HAVE_VULKAN" != 'no' ] && [ ! -e deps/SPIRV-Cross/README.md ]; then
|
||||
echo "Warning: SPIRV-Cross submodule not loaded, can't use Vulkan."
|
||||
echo "To fix, use: git submodule init && git submodule update"
|
||||
HAVE_VULKAN=no
|
||||
fi
|
||||
|
||||
check_pkgconf PYTHON python3
|
||||
|
||||
if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH" != 'no' ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue