evas/build: Fix gles detection for wayland-egl.

This is just a quick fix, that makes things work better for now. A
deeper change and fix of the checks and build system should be done
later.

SVN revision: 82182
This commit is contained in:
Rafael Antognolli 2013-01-04 16:00:38 +00:00
parent 30362b0638
commit 317979226c
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ have_dep="no"
evas_engine_[]$1[]_cflags=""
evas_engine_[]$1[]_libs=""
if test "x${gl_flavor_gles}" = "xyes" ; then
if test "x${with_opengl}" = "xes" ; then
gl_library="glesv2"
else
gl_library="gl"