Yes, it was my mistake, bad push, i reverted it. 2015-08-03 14:23 GMT+02:00 Daniel Kolesa <[email protected]>: > On Mon, Aug 3, 2015 at 1:21 PM, Daniel Kolesa <[email protected]> wrote: >> On Mon, Aug 3, 2015 at 1:16 PM, Florent Revest <[email protected]> wrote: >>> captainigloo pushed a commit to branch master. >>> >>> http://git.enlightenment.org/core/efl.git/commit/?id=9f8f64b697f974dc204acd340560e9547b21d743 >>> >>> commit 9f8f64b697f974dc204acd340560e9547b21d743 >>> Author: Florent Revest <[email protected]> >>> 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. > > Besides that, this deserves a revert, as we are still in a feature freeze. > >> >>> >>> # The lines below fix compiling/linking of gl_generic on OSX >>> >>> -- >>> >>> > > ------------------------------------------------------------------------------ > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
-- Nicolas Aguirre Mail: [email protected] Web: http://www.calaos.fr Blog: http://dev.enlightenment.fr/~captainigloo/ ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
