From 7ec65cd82ee1858d32eeed5009e176a900db0a95 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Fri, 24 Oct 2014 19:08:50 +0900 Subject: [PATCH] Revert "Add ecore-wayland flags to the general cflags" This reverts commit 13194fb4e277e4282833e3be49c1580f787f92d4. Of course this was the wrong fix, as it adds ecore-wayland as a *required* dependency of E. Since there was this other variable "requirements_e" I thought the pkgconfig would be fine. Nope. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 839f0bf27..77148f132 100644 --- a/configure.ac +++ b/configure.ac @@ -557,7 +557,6 @@ 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}