evas gl generic/common - add more linking for gles mode to fix deb build

this should fix T6158

@fix
This commit is contained in:
Carsten Haitzler 2017-10-16 08:01:13 +09:00
parent 1104ff3789
commit 93619ed0a6
1 changed files with 2 additions and 2 deletions

View File

@ -2640,9 +2640,9 @@ fi
# OpenGL common # OpenGL common
evas_engine_gl_common_cflags="" evas_engine_gl_common_cflags=""
if test "x${have_egl}" = "xyes"; then if test "x${have_egl}" = "xyes"; then
evas_engine_gl_common_libs="-lEGL" evas_engine_gl_common_libs="-lEGL -lGLESv2 -lm"
else else
evas_engine_gl_common_libs="-lGL" evas_engine_gl_common_libs="-lGL -lm"
fi fi
# The lines below fix compiling/linking of gl_generic on OSX # The lines below fix compiling/linking of gl_generic on OSX