raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=93619ed0a6785a9195e5b625457f015a410f23ef

commit 93619ed0a6785a9195e5b625457f015a410f23ef
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
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 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

-- 


Reply via email to