mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-24 12:15:08 +00:00
Better check this one too. (Vulkan is the only user of that, right?)
This commit is contained in:
parent
4a7ab8366b
commit
fe4ef69aaf
@ -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…
x
Reference in New Issue
Block a user