provide EGL flags and libs when compiling for videocore

This commit is contained in:
Richard Howell 2014-06-15 21:45:16 +02:00
parent ba5c8edddf
commit d7fc6accbe

View File

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