Merge pull request #1011 from lakkatv/lakka

Add missing flags when building with mali fbdev
This commit is contained in:
Twinaphex 2014-09-14 14:50:10 +02:00
commit 2862b17e07

View File

@ -359,6 +359,8 @@ ifeq ($(HAVE_OPENGL), 1)
ifeq ($(HAVE_MALI_FBDEV), 1) ifeq ($(HAVE_MALI_FBDEV), 1)
OBJ += gfx/context/mali_fbdev_ctx.o OBJ += gfx/context/mali_fbdev_ctx.o
DEFINES += $(EGL_CFLAGS)
LIBS += $(EGL_LIBS)
endif endif
ifeq ($(HAVE_VIVANTE_FBDEV), 1) ifeq ($(HAVE_VIVANTE_FBDEV), 1)