evas gl: Fix a compilation warning

The fallback lib handle is not required unless EGL/GLES is used.
This commit is contained in:
Jean-Philippe Andre 2017-03-20 12:51:16 +09:00
parent 12d01c1259
commit bcb8a7e8b8
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@
}
static void *_gles3_handle = NULL;
#ifdef GL_GLES
static void *_gles3_handle_fallback = NULL;
#endif
static Evas_GL_API _gles3_api;
//---------------------------------------//
// API Debug Error Checking Code