mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 09:32:58 +00:00
Merge pull request #5703 from orbea/submodule
qb: Remove old submodule tests.
This commit is contained in:
commit
46ab09e4b5
@ -444,18 +444,6 @@ check_lib '' STRCASESTR "$CLIB" strcasestr
|
||||
check_lib '' MMAP "$CLIB" mmap
|
||||
check_lib '' VULKAN -lvulkan vkCreateInstance
|
||||
|
||||
if [ "$HAVE_VULKAN" != 'no' ] && [ ! -e deps/glslang/glslang/README.md ]; then
|
||||
echo "Warning: glslang submodule not loaded, can't use Vulkan."
|
||||
echo "To fix, use: git submodule init && git submodule update"
|
||||
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