mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +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
|
HAVE_VULKAN=no
|
||||||
fi
|
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
|
check_pkgconf PYTHON python3
|
||||||
|
|
||||||
if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH" != 'no' ]; then
|
if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH" != 'no' ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user