Merge pull request #5584 from orbea/cleanup

qb: Clean up.
This commit is contained in:
Twinaphex 2017-10-22 18:28:50 +02:00 committed by GitHub
commit 108c4a3127

View File

@ -479,8 +479,7 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
HAVE_SHADERPIPELINE=no HAVE_SHADERPIPELINE=no
HAVE_VULKAN=no HAVE_VULKAN=no
echo "Notice: Hardware rendering context not available." echo "Notice: Hardware rendering context not available."
else elif [ "$HAVE_CACA" = 'yes' ]; then
if [ "$HAVE_CACA" = 'yes' ]; then
echo "Notice: Hardware rendering context not available." echo "Notice: Hardware rendering context not available."
else else
HAVE_MATERIALUI=no HAVE_MATERIALUI=no
@ -489,7 +488,6 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
echo "Notice: Hardware rendering context not available, XMB, MaterialUI and ZARCH will also be disabled." echo "Notice: Hardware rendering context not available, XMB, MaterialUI and ZARCH will also be disabled."
fi fi
fi fi
fi
fi fi
check_macro NEON __ARM_NEON__ check_macro NEON __ARM_NEON__