Don't link WIP menu drivers by default

This commit is contained in:
natinusala 2018-10-31 12:02:24 +01:00
parent 7c93a0934e
commit a552f26f76
2 changed files with 14 additions and 16 deletions

View File

@ -658,9 +658,9 @@ endif
# XMB and MaterialUI are always enabled if supported and not explicitly disabled
ifeq ($(HW_CONTEXT_MENU_DRIVERS), 1)
ifeq ($(HAVE_ZARCH),)
HAVE_ZARCH = 1
endif
#ifeq ($(HAVE_ZARCH),)
#HAVE_ZARCH = 1
#endif
ifeq ($(HAVE_MATERIALUI),)
HAVE_MATERIALUI = 1
@ -674,20 +674,20 @@ ifeq ($(HW_CONTEXT_MENU_DRIVERS), 1)
HAVE_XMB = 1
endif
ifeq ($(HAVE_STRIPES),)
HAVE_STRIPES = 1
endif
#ifeq ($(HAVE_STRIPES),)
#HAVE_STRIPES = 1
#endif
ifeq ($(HAVE_OZONE),)
HAVE_OZONE = 1
endif
#ifeq ($(HAVE_OZONE),)
#HAVE_OZONE = 1
#endif
else
HAVE_ZARCH ?= 0
HAVE_ZARCH ?= 0
HAVE_MATERIALUI ?= 0
#HAVE_NUKLEAR ?= 0
HAVE_XMB ?= 0
HAVE_STRIPES ?= 0
HAVE_OZONE ?= 0
HAVE_NUKLEAR ?= 0
HAVE_XMB ?= 0
HAVE_STRIPES ?= 0
HAVE_OZONE ?= 0
endif
ifeq ($(HAVE_RGUI), 1)

View File

@ -56,10 +56,8 @@ ifeq ($(HAVE_OPENGL), 1)
HAVE_RGUI = 1
HAVE_MATERIALUI = 1
HAVE_ZARCH = 0
HAVE_XMB = 1
HAVE_OZONE = 1
HAVE_STRIPES = 0
HAVE_OVERLAY = 1
else