Evas: Also enable gl_common if we are building wayland_egl engine.

SVN revision: 67098
This commit is contained in:
Christopher Michael 2012-01-11 23:17:54 +00:00
parent 0b2ddbd396
commit b6b56af57e
1 changed files with 4 additions and 2 deletions

View File

@ -926,13 +926,15 @@ have_static_evas_engine_gl_common="no"
if test "x$have_evas_engine_gl_xlib" = "xyes" \
|| test "x$have_evas_engine_gl_xcb" = "xyes" \
|| test "x$have_evas_engine_gl_sdl" = "xyes" \
|| test "x$have_evas_engine_gl_cocoa" = "xyes"; then
|| test "x$have_evas_engine_gl_cocoa" = "xyes" \
|| test "x$have_evas_engine_wayland_egl" = "xyes"; then
have_evas_engine_gl_common="yes"
fi
if test "x$have_evas_engine_gl_xlib" = "xstatic" \
|| test "x$have_evas_engine_gl_xcb" = "xstatic" \
|| test "x$have_evas_engine_gl_sdl" = "xstatic" \
|| test "x$have_evas_engine_gl_cocoa" = "xstatic"; then
|| test "x$have_evas_engine_gl_cocoa" = "xstatic" \
|| test "x$have_evas_engine_wayland_egl" = "xstatic"; then
have_evas_engine_gl_common="yes"
have_static_evas_engine_gl_common="yes"
fi