mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Make sure HAVE_MENU_COMMON is defined for XMB and MaterialUI
This commit is contained in:
parent
4bae3032dd
commit
fae7be1cec
@ -28,6 +28,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(HAVE_MENU), 1)
|
ifeq ($(HAVE_MENU), 1)
|
||||||
DEFINES += -DHAVE_MENU
|
DEFINES += -DHAVE_MENU
|
||||||
|
HAVE_MENU_COMMON = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_SOCKET_LEGACY), 1)
|
ifeq ($(HAVE_SOCKET_LEGACY), 1)
|
||||||
@ -498,6 +499,7 @@ ifeq ($(HAVE_RGUI), 1)
|
|||||||
ifeq ($(HAVE_MATERIALUI), 1)
|
ifeq ($(HAVE_MATERIALUI), 1)
|
||||||
OBJ += menu/drivers/materialui.o
|
OBJ += menu/drivers/materialui.o
|
||||||
DEFINES += -DHAVE_MATERIALUI
|
DEFINES += -DHAVE_MATERIALUI
|
||||||
|
HAVE_MENU_COMMON = 1
|
||||||
endif
|
endif
|
||||||
ifeq ($(HAVE_NUKLEAR), 1)
|
ifeq ($(HAVE_NUKLEAR), 1)
|
||||||
OBJ += menu/drivers/nuklear/nk_common.o
|
OBJ += menu/drivers/nuklear/nk_common.o
|
||||||
@ -516,6 +518,7 @@ endif
|
|||||||
ifeq ($(HAVE_XMB), 1)
|
ifeq ($(HAVE_XMB), 1)
|
||||||
OBJ += menu/drivers/xmb.o
|
OBJ += menu/drivers/xmb.o
|
||||||
DEFINES += -DHAVE_XMB
|
DEFINES += -DHAVE_XMB
|
||||||
|
HAVE_MENU_COMMON = 1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user