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
This commit is contained in:
Rafael Antognolli 2013-01-21 16:05:02 +00:00
parent 066543089d
commit 4b552cb9f7
1 changed files with 3 additions and 3 deletions

View File

@ -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 <GL/glext.h>
])
if test "x$gl_flavor_gles" = "xyes" ; then
if test "x${with_opengl}" = "xes" ; then
have_dep=no
fi