On Mon, Aug 3, 2015 at 1:16 PM, Florent Revest <revest...@gmail.com> wrote:
> captainigloo pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=9f8f64b697f974dc204acd340560e9547b21d743
>
> commit 9f8f64b697f974dc204acd340560e9547b21d743
> Author: Florent Revest <revest...@gmail.com>
> Date:   Wed Jul 22 18:56:25 2015 +0200
>
>     [HACK] configure.ac: Forces linking with -lEGL
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 399a0bb..22e8770 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -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

What is the reason behind this? It seems completely wrong and will
break things. -lEGL is already used if have_egl is yes.

>
>  # The lines below fix compiling/linking of gl_generic on OSX
>
> --
>
>

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to