captainigloo pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=829a12ef86c6ab32b3f42a6440a5ed584a4fe10b
commit 829a12ef86c6ab32b3f42a6440a5ed584a4fe10b Author: Florent Revest <[email protected]> Date: Mon Jul 27 17:20:16 2015 +0200 configure.ac: fixes wayland-only build --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c40bc2f..8e589be 100644 --- a/configure.ac +++ b/configure.ac @@ -744,7 +744,7 @@ AC_MSG_RESULT([${e_cv_want_wayland_egl}]) if test "x${e_cv_want_wayland_only}" != "xno" ;then PKG_CHECK_MODULES([WAYLAND], [ecore-wayland >= 1.16 wayland-server >= 1.8.0 wayland-client >= 1.8.0 xkbcommon uuid], [ - have_wayland=yes + have_wayland_only=yes AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support]) ]) else --
