From 93619ed0a6785a9195e5b625457f015a410f23ef Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 16 Oct 2017 08:01:13 +0900 Subject: [PATCH] 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 ff499831ad..8b11a99b2e 100644 --- a/configure.ac +++ b/configure.ac @@ -2640,9 +2640,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