From d7fc6accbe81e92bc4543f51004b2ae4f71dfdf8 Mon Sep 17 00:00:00 2001 From: Richard Howell Date: Sun, 15 Jun 2014 21:45:16 +0200 Subject: [PATCH] provide EGL flags and libs when compiling for videocore --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index bd79e47a3e..2e2e10acf5 100644 --- a/Makefile +++ b/Makefile @@ -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)