only disable glui/xmb/zarch if GL/ES/Vulkan AND libcaca is not enabled

This commit is contained in:
Brad Parker 2017-01-16 16:53:19 -05:00
parent 240b43e0ba
commit 493b7372bd

View File

@ -458,6 +458,9 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
HAVE_SHADERPIPELINE=no
HAVE_VULKAN=no
echo "Notice: Hardware rendering context not available."
else
if [ "$HAVE_CACA" = 'yes' ]; then
echo "Notice: Hardware rendering context not available."
else
HAVE_MATERIALUI=no
HAVE_XMB=no
@ -466,6 +469,7 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
fi
fi
fi
fi
check_macro NEON __ARM_NEON__