mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 06:40:14 +00:00
Merge pull request #1011 from lakkatv/lakka
Add missing flags when building with mali fbdev
This commit is contained in:
commit
2862b17e07
@ -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