From 84f61a8b467594d0f8d2b7e5554d1cb06351efb8 Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 18 Nov 2017 02:31:47 -0800 Subject: [PATCH] qb: Remove old submodule tests. RetroArch no longer uses submodules for various good reasons and now uses git subtrees instead. As a result these files will always exist and these tests will always be true. --- qb/config.libs.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index e4e48aebae..feadeb66f7 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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