raster pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=9befcc6c14ee6f5f0edd67b585cc938f6251ad95
commit 9befcc6c14ee6f5f0edd67b585cc938f6251ad95 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Oct 16 08:01:13 2017 +0900 evas gl generic/common - add more linking for gles mode to fix deb build this should fix T6158 @fix --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 94f7112419..85b2c8ba59 100644 --- a/configure.ac +++ b/configure.ac @@ -2619,9 +2619,9 @@ fi # OpenGL common evas_engine_gl_common_cflags="" if test "x${have_egl}" = "xyes"; then - evas_engine_gl_common_libs="-lEGL" + evas_engine_gl_common_libs="-lEGL -lGLESv2 -lm" else - evas_engine_gl_common_libs="-lGL" + evas_engine_gl_common_libs="-lGL -lm" fi # The lines below fix compiling/linking of gl_generic on OSX --
