Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6db53c34 authored by Romain Guy's avatar Romain Guy
Browse files

Fix builds without USE_OPENGL_RENDERER

Change-Id: I84b8dfb57dcc7de700d481774efded88e51d361a
parent e6c966ca
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,8 +20,9 @@
#include <nativehelper/JNIHelp.h>
#include <android_runtime/AndroidRuntime.h>

#ifdef USE_OPENGL_RENDERER
#include <EGL/egl_cache.h>

#ifdef USE_OPENGL_RENDERER
    EGLAPI void EGLAPIENTRY eglBeginFrame(EGLDisplay dpy, EGLSurface surface);
#endif