From 4b552cb9f75f717ebcd6a8ccaf317f4016257c48 Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Mon, 21 Jan 2013 16:05:02 +0000 Subject: [PATCH] efl/evas: Use "with_opengl" option instead of "gl_flavor_gles". The latter got replaced by the former one. This fix the building of some GL engines when --with-opengl=es is used. SVN revision: 83040 --- m4/evas_check_engine.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4 index c37e550ac6..021b176701 100644 --- a/m4/evas_check_engine.m4 +++ b/m4/evas_check_engine.m4 @@ -76,7 +76,7 @@ pthread_create(NULL, NULL, NULL, NULL); LIBS="$LIBS_save" fi - if test "x${gl_flavor_gles}" = "xyes" ; then + if test "x${with_opengl}" = "xes" ; then have_dep=no fi @@ -234,7 +234,7 @@ if test "x${have_dep}" = "xyes" ; then fi fi -if test "x$gl_flavor_gles" = "xyes" ; then +if test "x${with_opengl}" = "xes" ; then have_dep=no fi @@ -470,7 +470,7 @@ AC_CHECK_HEADER([GL/gl.h], #include ]) -if test "x$gl_flavor_gles" = "xyes" ; then +if test "x${with_opengl}" = "xes" ; then have_dep=no fi