jpeg pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=13194fb4e277e4282833e3be49c1580f787f92d4
commit 13194fb4e277e4282833e3be49c1580f787f92d4 Author: Jean-Philippe Andre <[email protected]> Date: Fri Oct 24 18:18:38 2014 +0900 Add ecore-wayland flags to the general cflags My build would break on missing Ecore_Wayland.h otherwise. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 77148f1..839f0bf 100644 --- a/configure.ac +++ b/configure.ac @@ -557,6 +557,7 @@ PKG_CHECK_MODULES(E, [ ecore-con >= ${efl_version} ecore-ipc >= ${efl_version} ecore-file >= ${efl_version} + ecore-wayland >= ${efl_version} eet >= ${efl_version} edje >= ${efl_version} efreet >= ${efl_version} --
