Revert "Fix typo in Makefile.common when comparing for HAVE_MATERIALUI, HAVE_XMB and HAVE_OZONE"

This reverts commit 6f687fbb6c93ae13246420b465843d975e988174.
This commit is contained in:
Francisco Javier Trujillo Mata 2022-03-16 09:38:49 +01:00 committed by m4xw
parent 675fe72ef0
commit db74d7c81b

View File

@ -1000,15 +1000,15 @@ ifeq ($(HW_CONTEXT_MENU_DRIVERS), 1)
HAVE_RGUI = 1
endif
ifeq ($(HAVE_MATERIALUI), 1)
ifeq ($(HAVE_MATERIALUI),)
HAVE_MATERIALUI = 1
endif
ifeq ($(HAVE_XMB), 1)
ifeq ($(HAVE_XMB),)
HAVE_XMB = 1
endif
ifeq ($(HAVE_OZONE), 1)
ifeq ($(HAVE_OZONE),)
HAVE_OZONE = 1
endif
else