configure - wayland macro required for any kind of autogen.sh... not good.
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 5 Oct 2013 09:30:23 +0000 (18:30 +0900)
committerRafael Antognolli <rafael.antognolli@intel.com>
Thu, 10 Oct 2013 16:24:05 +0000 (13:24 -0300)
configure.ac

index 44b14c1..d720310 100644 (file)
@@ -1007,7 +1007,14 @@ AC_ARG_ENABLE([wayland],
 
 if test "${want_wayland}" = "yes"; then
    EFL_PKG_CHECK_STRICT([wayland-client])
-   WAYLAND_SCANNER_RULES(['$(top_srcdir)/data/ecore/ecore_wayland/protocol'])
+dnl This is a problem. unless you somehow have this macro defined
+dnl magically... you cant do dev on efl. configure is totally broken.
+dnl you end up with something like:
+dnl
+dnl ./configure: line 25508: syntax error near unexpected token `'$(top_srcdir)/data/ecore/ecore_wayland/protocol''
+dnl ./configure: line 25508: `WAYLAND_SCANNER_RULES('$(top_srcdir)/data/ecore/ecore_wayland/protocol')'
+
+dnl   WAYLAND_SCANNER_RULES(['$(top_srcdir)/data/ecore/ecore_wayland/protocol'])
 fi
 
 # Fb