captainigloo pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=da919e609e39e6aa464fc8ecc80adf6d5aaa04bb
commit da919e609e39e6aa464fc8ecc80adf6d5aaa04bb Author: Nicolas Aguirre <[email protected]> Date: Mon Aug 3 14:35:00 2015 +0200 Revert "[HACK] configure.ac: Forces linking with -lEGL" This reverts commit 9f8f64b697f974dc204acd340560e9547b21d743. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1b8b0e3..7975e55 100644 --- a/configure.ac +++ b/configure.ac @@ -1972,7 +1972,7 @@ evas_engine_gl_common_cflags="" if test "x${have_egl}" = "xyes"; then evas_engine_gl_common_libs="-lEGL" else - evas_engine_gl_common_libs="-lEGL" + evas_engine_gl_common_libs="-lGL" fi # The lines below fix compiling/linking of gl_generic on OSX --
