qb: Remove outdated checks.

This commit is contained in:
orbea 2019-01-07 14:42:06 -08:00
parent 54a795bfd7
commit 35f6dd640d

View File

@ -562,17 +562,6 @@ fi
check_pkgconf PYTHON python3
if [ "$HAVE_MATERIALUI" = no ] &&
[ "$HAVE_OZONE" = no ] &&
[ "$HAVE_RGUI" = no ] &&
[ "$HAVE_XMB" = no ] &&
[ "$HAVE_NUKLEAR" = no ] &&
[ "$HAVE_STRIPES" = no ] &&
[ "$HAVE_ZARCH" = no ]; then
HAVE_MENU=no
die : 'Notice: No menu drivers available.'
fi
if [ "$HAVE_MENU" != 'no' ]; then
if [ "$HAVE_OPENGL" = 'no' ] && [ "$HAVE_OPENGLES" = 'no' ] && [ "$HAVE_VULKAN" = 'no' ]; then
if [ "$OS" = 'Win32' ]; then
@ -581,7 +570,6 @@ if [ "$HAVE_MENU" != 'no' ]; then
else
if [ "$HAVE_CACA" != 'yes' ] && [ "$HAVE_SIXEL" != 'yes' ] &&
[ "$HAVE_SDL" != 'yes' ] && [ "$HAVE_SDL2" != 'yes' ]; then
HAVE_MENU=no
HAVE_RGUI=no
fi
HAVE_MATERIALUI=no