Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.ac configure.in ewl-config.in 


Log Message:
Big transitional commit. EWL now uses Edje for it's theme files, there will be
some layout breakage until Edje evolves a bit further. Also transitioned the
top-level container from the Window to a container called Embed. The Embed
container can be used to nest EWL inside of an existing evas. The event
handling through the Embed object is not debugged, so don't play with it yet
unless you are willing/capable of helping with debugging and patching.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.ac,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- configure.ac        28 Jun 2003 06:50:32 -0000      1.11
+++ configure.ac        13 Jul 2003 05:52:46 -0000      1.12
@@ -54,17 +54,17 @@
 fi
 changequote([,])dnl
 
-AC_ARG_WITH(ebits,
-        [  --with-ebits=DIR        use ebits in <DIR>],
+AC_ARG_WITH(edje,
+        [  --with-edje=DIR        use edje in <DIR>],
         [CFLAGS="$CFLAGS -I$withval/include"
          LIBS="-L$withval/lib $LIBS"])
 
-AC_PATH_GENERIC(ebits,, [
-    AC_SUBST(ebits_libs)
-    AC_SUBST(ebits_cflags)],
-    AC_MSG_ERROR(Cannot find ebits: Is ebits-config in path?))
-ebits_libs=`ebits-config --libs`
-ebits_cflags=`ebits-config --cflags`
+AC_PATH_GENERIC(edje,, [
+    AC_SUBST(edje_libs)
+    AC_SUBST(edje_cflags)],
+    AC_MSG_ERROR(Cannot find edje: Is edje-config in path?))
+edje_libs=`edje-config --libs`
+edje_cflags=`edje-config --cflags`
 
 AC_ARG_WITH(edb,
         [  --with-edb=DIR          use edb in <DIR>],
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.in        28 Jun 2003 06:50:32 -0000      1.17
+++ configure.in        13 Jul 2003 05:52:46 -0000      1.18
@@ -44,17 +44,17 @@
 fi
 changequote([,])dnl
 
-AC_ARG_WITH(ebits,
-        [  --with-ebits=DIR          use ebits in <DIR>],
+AC_ARG_WITH(edje,
+        [  --with-edje=DIR          use edje in <DIR>],
         [CFLAGS="$CFLAGS -I$withval/include"
          LIBS="-L$withval/lib $LIBS"])
 
-AC_PATH_GENERIC(ebits,, [
-    AC_SUBST(ebits_libs)
-    AC_SUBST(ebits_cflags)],
-    AC_MSG_ERROR(Cannot find ebits: Is ebits-config in path?))
-ebits_libs=`ebits-config --libs`
-ebits_cflags=`ebits-config --cflags`
+AC_PATH_GENERIC(edje,, [
+    AC_SUBST(edje_libs)
+    AC_SUBST(edje_cflags)],
+    AC_MSG_ERROR(Cannot find edje: Is edje-config in path?))
+edje_libs=`edje-config --libs`
+edje_cflags=`edje-config --cflags`
 
 AC_ARG_WITH(edb,
         [  --with-edb=DIR          use edb in <DIR>],
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/ewl-config.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl-config.in       2 May 2001 23:12:42 -0000       1.2
+++ ewl-config.in       13 Jul 2003 05:52:46 -0000      1.3
@@ -42,11 +42,11 @@
       if test @includedir@ != /usr/include ; then
         [EMAIL PROTECTED]@
       fi
-      echo $includes @ebits_cflags@ @ecore_cflags@ @edb_cflags@ @evas_cflags@ 
@ewd_cflags@ -I$prefix/include/ewl
+      echo $includes @edje_cflags@ @ecore_cflags@ @edb_cflags@ @evas_cflags@ 
@ewd_cflags@ -I$prefix/include/ewl
       ;;
     --libs)
       [EMAIL PROTECTED]@
-      echo $libdirs -lewl @ebits_libs@ @ecore_libs@ @edb_libs@ @evas_libs@ @ewd_libs@ 
-lm
+      echo $libdirs -lewl @edje_libs@ @ecore_libs@ @edb_libs@ @evas_libs@ @ewd_libs@ 
-lm
       ;;
     *)
       echo "${usage}" 1>&2




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to