configure - wayland macro required for any kind of autogen.sh... not good.

This commit is contained in:
Carsten Haitzler 2013-10-05 18:30:23 +09:00
parent 8de703279c
commit 7b512356b3
1 changed files with 8 additions and 1 deletions

View 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