From db74d7c81bfa6b6ac55a0078c502c2451e45908a Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Wed, 16 Mar 2022 09:38:49 +0100 Subject: [PATCH] Revert "Fix typo in Makefile.common when comparing for HAVE_MATERIALUI, HAVE_XMB and HAVE_OZONE" This reverts commit 6f687fbb6c93ae13246420b465843d975e988174. --- Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.common b/Makefile.common index 021487ce6d..2c374a7113 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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