From b6b56af57e1938dcc5377231a6f918480c999a5b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 11 Jan 2012 23:17:54 +0000 Subject: [PATCH] Evas: Also enable gl_common if we are building wayland_egl engine. SVN revision: 67098 --- legacy/evas/configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/legacy/evas/configure.ac b/legacy/evas/configure.ac index 9781e78940..5424e31621 100644 --- a/legacy/evas/configure.ac +++ b/legacy/evas/configure.ac @@ -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