Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
Ecore_Evas.h now contains HAVE_ECORE_EVAS_FB and -GL. it's generated by autoconf, so 
edit Ecore_Evas.h.in instead now
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- configure.in        14 Jan 2004 19:09:14 -0000      1.39
+++ configure.in        3 Feb 2004 20:12:28 -0000       1.40
@@ -381,6 +381,14 @@
   AM_CONDITIONAL(BUILD_ECORE_EVAS_GL, false)
 fi
 
+if test "x$have_ecore_evas_gl" = "xyes"; then
+       BUILD_ECORE_EVAS_GL=1
+else
+       BUILD_ECORE_EVAS_GL=0
+fi
+
+AC_SUBST(BUILD_ECORE_EVAS_GL)
+
 have_ecore_evas_fb="no";
 
 AC_MSG_CHECKING(whether ecore_evas fb support is to be built)
@@ -415,6 +423,14 @@
   AM_CONDITIONAL(BUILD_ECORE_EVAS_FB, false)
 fi
 
+if test "x$have_ecore_evas_fb" = "xyes"; then
+       BUILD_ECORE_EVAS_FB=1
+else
+       BUILD_ECORE_EVAS_FB=0
+fi
+
+AC_SUBST(BUILD_ECORE_EVAS_FB)
+
 AC_MSG_CHECKING(whether ecore_con module is to be built)
 
 have_ecore_con="no";
@@ -546,6 +562,7 @@
 src/lib/ecore_job/Makefile
 src/lib/ecore_x/Makefile
 src/lib/ecore_fb/Makefile
+src/lib/ecore_evas/Ecore_Evas.h
 src/lib/ecore_evas/Makefile
 src/lib/ecore_con/Makefile
 src/lib/ecore_ipc/Makefile




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to