Add ecore-wayland flags to the general cflags
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 24 Oct 2014 09:18:38 +0000 (18:18 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 24 Oct 2014 09:18:38 +0000 (18:18 +0900)
My build would break on missing Ecore_Wayland.h otherwise.

configure.ac

index 77148f1..839f0bf 100644 (file)
@@ -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}