ha yes, my bad, i have removed the eet dection too quickly. btw, all that gl detection is a big big mess. It should be simplified or written in a more elegant way in order to maintain it (imho)
Vincent On Wed, Nov 7, 2012 at 2:31 PM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > Evas: build gl_xlib and gl_xcb even when gles flavor is selected. > > Author: antognolli > Date: 2012-11-07 05:31:31 -0800 (Wed, 07 Nov 2012) > New Revision: 78968 > Trac: http://trac.enlightenment.org/e/changeset/78968 > > Modified: > trunk/efl/m4/evas_check_engine.m4 > > Modified: trunk/efl/m4/evas_check_engine.m4 > =================================================================== > --- trunk/efl/m4/evas_check_engine.m4 2012-11-07 11:26:42 UTC (rev 78967) > +++ trunk/efl/m4/evas_check_engine.m4 2012-11-07 13:31:31 UTC (rev 78968) > @@ -161,7 +161,7 @@ > ]) > if test "x${have_egl}" = "xyes" ; then > AC_CHECK_LIB(GLESv2, glTexImage2D, [have_glesv2="yes"], , -lEGL > ${x_libs} -lm $gl_pt_lib) > - if test "x${have_dep}" = "xyes" ; then > + if test "x${have_glesv2}" = "xyes" ; then > evas_engine_[]$1[]_cflags="${x_cflags}" > evas_engine_[]$1[]_libs="${x_libs} -lGLESv2 -lEGL -lm $gl_pt_lib" > evas_engine_gl_common_libs="-lGLESv2 -lm $gl_pt_lib" > @@ -333,7 +333,7 @@ > ]) > if test "x${have_egl}" = "xyes" ; then > AC_CHECK_LIB(GLESv2, glTexImage2D, [have_glesv2="yes"], , -lEGL > ${x_libs} -lm $gl_pt_lib) > - if test "x${have_dep}" = "xyes" ; then > + if test "x${have_glesv2}" = "xyes" ; then > evas_engine_[]$1[]_cflags="${XCB_GL_CFLAGS} ${x_cflags}" > evas_engine_[]$1[]_libs="${XCB_GL_LIBS} ${x_libs} -lGLESv2 -lEGL > -lm $gl_pt_lib" > evas_engine_gl_common_libs="-lGLESv2 -lm $gl_pt_lib" > > > ------------------------------------------------------------------------------ > LogMeIn Central: Instant, anywhere, Remote PC access and management. > Stay in control, update software, and manage PCs from one command center > Diagnose problems and improve visibility into emerging IT issues > Automate, monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel