mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-05 01:47:04 +00:00
Add missing flags when building with mali fbdev
This commit is contained in:
parent
da977ed676
commit
01c210e675
@ -359,6 +359,8 @@ ifeq ($(HAVE_OPENGL), 1)
|
||||
|
||||
ifeq ($(HAVE_MALI_FBDEV), 1)
|
||||
OBJ += gfx/context/mali_fbdev_ctx.o
|
||||
DEFINES += $(EGL_CFLAGS)
|
||||
LIBS += $(EGL_LIBS)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_VIVANTE_FBDEV), 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user