Add missing flags when building with mali fbdev

This commit is contained in:
Jean-André Santoni 2014-09-14 14:40:00 +02:00
parent da977ed676
commit 01c210e675

View File

@ -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)