From: devilhorns Date: Wed, 11 Jan 2012 23:17:54 +0000 (+0000) Subject: Evas: Also enable gl_common if we are building wayland_egl engine. X-Git-Tag: 2.0_alpha~149^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4356159f41e167b4f2db8ee1dcd5414951c14b42;p=framework%2Fuifw%2Fevas.git Evas: Also enable gl_common if we are building wayland_egl engine. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@67098 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 9781e78..5424e31 100644 --- a/configure.ac +++ b/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