Fix typo in wayland_egl engine test macro

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-02-11 07:18:22 +00:00
parent d636c0f801
commit 9d9ea2e98c
1 changed files with 1 additions and 1 deletions

View File

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