Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage


Modified Files:
        ChangeLog README configure.in 


Log Message:
Add basic e17 module support to engage
this works, but is by no means complete in looks or functionality
you will want to have e17 installed before building engage now
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ChangeLog   10 Apr 2004 20:47:38 -0000      1.1
+++ ChangeLog   27 Feb 2005 20:56:35 -0000      1.2
@@ -1 +1,3 @@
-must enter lots here!
+27-feb-2005 HandyAndE - Added e17 module support
+making an e17 module of engage - this is where a lot of work will be at the
+moment. Check src/module/README
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- README      8 Oct 2004 22:04:40 -0000       1.3
+++ README      27 Feb 2005 20:56:35 -0000      1.4
@@ -3,6 +3,8 @@
 
 Requirements: ECORE, EVAS
 
+e17 uses read src/module/README too - an early e17 module version
+
 Read INSTALL for installation and and AUTHORS for some credits
 
 Quick guide to mouse clicks: (supplied ("none" and "gentoo") themes only)
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/configure.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- configure.in        14 Oct 2004 22:38:58 -0000      1.13
+++ configure.in        27 Feb 2005 20:56:35 -0000      1.14
@@ -130,7 +130,7 @@
 have_ewl="no"
 AC_PATH_GENERIC(ewl, 0.0.1, [
   AC_DEFINE(HAVE_EWL, [], [Enlightenment Widget Library Support])
-  have_ewl="no"
+  have_ewl="yes"
   AC_SUBST(ewl_libs)
   AC_SUBST(ewl_cflags) ],
   AC_MSG_ERROR(Cannot find ewl: Is ewl-config in path?))
@@ -138,7 +138,20 @@
 ewl_cflags=`ewl-config --cflags`
 AC_SUBST(ewl_libs)
 AC_SUBST(ewl_cflags)
-                        
+
+have_e17="no"
+AC_PATH_GENERIC(enlightenment, 0.0.1, [
+  AC_DEFINE(HAVE_E17, [], [Development Enlightenment WindowManager Support])
+  have_e17="true"
+  AC_SUBST(e_libs)
+  AC_SUBST(e_cflags) ],
+  AC_MSG_ERROR(Cannot find ewl: Is enlightenment-config in path?))
+AM_CONDITIONAL(HAVE_E17, test x$have_e17 = xtrue)
+e_libs=`enlightenment-config --libs`
+e_cflags=`enlightenment-config --cflags`
+AC_SUBST(e_libs)
+AC_SUBST(e_cflags)
+
 dnl Set PACKAGE_SOURCE_DIR in config.h.
 #packagesrcdir=`cd $srcdir && pwd`
 #AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "$packagesrcdir", 
[PACKAGE_SOURCE_DIR]])
@@ -162,6 +175,7 @@
 AC_OUTPUT([
 Makefile
 src/Makefile
+src/module/Makefile
 data/Makefile
 data/icons/Makefile
 data/themes/Makefile




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to