[HACK] configure.ac: Forces linking with -lEGL

This commit is contained in:
Florent Revest 2015-07-22 18:56:25 +02:00 committed by Nicolas Aguirre
parent ff5f8a0412
commit 9f8f64b697
1 changed files with 1 additions and 1 deletions

View File

@ -1986,7 +1986,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="-lGL"
evas_engine_gl_common_libs="-lEGL"
fi
# The lines below fix compiling/linking of gl_generic on OSX