you broke e17 build! you didnt add the configure.ac bits!
> Log:
> E17 (wayland): Add wayland drm compositing module.
> Add wayland shell module.
> Add wayland screenshot module.
>
> NB: I am adding these modules but NOT adding the needed build
> infrastructure just yet because people should not even 'play' with
> this yet (still some buggers to iron out).
>
>
>
> Author: devilhorns
> Date: 2012-03-28 18:43:17 -0700 (Wed, 28 Mar 2012)
> New Revision: 69709
> Trac: http://trac.enlightenment.org/e/changeset/69709
>
> Added:
> trunk/e/src/modules/wl_drm/ trunk/e/src/modules/wl_drm/Makefile.am
> trunk/e/src/modules/wl_drm/e-module-wl_drm.edj
> trunk/e/src/modules/wl_drm/e_drm_output.c
> trunk/e/src/modules/wl_drm/e_evdev.c trunk/e/src/modules/wl_drm/e_mod_main.c
> trunk/e/src/modules/wl_drm/e_mod_main.h trunk/e/src/modules/wl_drm/e_sprite.c
> trunk/e/src/modules/wl_drm/e_tty.c trunk/e/src/modules/wl_drm/module.desktop
> trunk/e/src/modules/wl_screenshot/
> trunk/e/src/modules/wl_screenshot/Makefile.am
> trunk/e/src/modules/wl_screenshot/e-module-wl_screenshot.edj
> trunk/e/src/modules/wl_screenshot/e_mod_main.c
> trunk/e/src/modules/wl_screenshot/e_mod_main.h
> trunk/e/src/modules/wl_screenshot/e_screenshooter_client_protocol.c
> trunk/e/src/modules/wl_screenshot/e_screenshooter_client_protocol.h
> trunk/e/src/modules/wl_screenshot/module.desktop
> trunk/e/src/modules/wl_shell/ trunk/e/src/modules/wl_shell/Makefile.am
> trunk/e/src/modules/wl_shell/desktop-shell.xml
> trunk/e/src/modules/wl_shell/e-module-wl_shell.edj
> trunk/e/src/modules/wl_shell/e_desktop_shell_protocol.c
> trunk/e/src/modules/wl_shell/e_desktop_shell_protocol.h
> trunk/e/src/modules/wl_shell/e_mod_main.c
> trunk/e/src/modules/wl_shell/e_mod_main.h
> trunk/e/src/modules/wl_shell/module.desktop Modified:
> trunk/e/src/modules/Makefile.am
>
> Modified: trunk/e/src/modules/Makefile.am
> ===================================================================
> --- trunk/e/src/modules/Makefile.am 2012-03-29 01:28:28 UTC (rev 69708)
> +++ trunk/e/src/modules/Makefile.am 2012-03-29 01:43:17 UTC (rev 69709)
> @@ -190,3 +190,15 @@
> if USE_MODULE_TASKS
> SUBDIRS += tasks
> endif
> +
> +if HAVE_WAYLAND_DRM
> + SUBDIRS += wl_drm
> +endif
> +
> +if HAVE_WAYLAND_SHELL
> + SUBDIRS += wl_shell
> +endif
> +
> +if HAVE_WAYLAND_SCREENSHOT
> + SUBDIRS += wl_screenshot
> +endif
>
>
> Property changes on: trunk/e/src/modules/wl_drm/e-module-wl_drm.edj
> ___________________________________________________________________
> Added: svn:mime-type
> + application/octet-stream
>
>
> Property changes on:
> trunk/e/src/modules/wl_screenshot/e-module-wl_screenshot.edj
> ___________________________________________________________________ Added:
> svn:mime-type
> + application/octet-stream
>
>
> Property changes on: trunk/e/src/modules/wl_shell/e-module-wl_shell.edj
> ___________________________________________________________________
> Added: svn:mime-type
> + application/octet-stream
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> enlightenment-svn mailing list
> enlighte...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) ras...@rasterman.com
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-devel mailing list
enlighten...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Ooops :( Yes, I purposely did not commit the configure.ac bits, however
the module/Makefile.am should not have been committed just yet either.
Apologies for the break !! and Thanks for the fix :)
dh