From 13194fb4e277e4282833e3be49c1580f787f92d4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Fri, 24 Oct 2014 18:18:38 +0900 Subject: [PATCH] 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} -- 2.7.4