Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        Makefile.am 


Log Message:
- Rip out the #ifdef EWL_... stuff and move it to using loadable engines.
  This makes the main ewl code a lot more maintainable as it cuts out huge
  ifdef'd chunks of code
 
- The engines can have dependancies, so the evas_software_x11 engine is
  dependant on the x11 engine. evas_software_x11 only implements the
  functions it needs and for any that are NULL ewl will then look at x11 to
  find the functions it needs.

- Adding new engines should be as easy as creating and installing it. Ewl
  should pick it up without issue.

- This code is very new, lightly tested. If your worried about stability,
  hold off on updating for a few days.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/Makefile.am,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- Makefile.am 9 Feb 2005 04:31:40 -0000       1.68
+++ Makefile.am 9 Jun 2006 19:33:13 -0000       1.69
@@ -1,5 +1,5 @@
 
-SUBDIRS = lib bin
+SUBDIRS = lib engines bin
 
 MAINTAINERCLEANFILES = Makefile.in
 




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to