Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
      Tag: SPLIT
        README acconfig.h conf-e-x11.sh configure.in ecore.c.in 


Log Message:


gl_x11 engine support in ecore_evas... just started.. should work though.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/README,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -3 -r1.2.2.3 -r1.2.2.4
--- README      26 Mar 2003 07:54:47 -0000      1.2.2.3
+++ README      4 Sep 2003 23:23:58 -0000       1.2.2.4
@@ -8,6 +8,7 @@
 --enable-ecore-x \
 --enable-ecore-fb \
 --enable-ecore-evas \
+--enable-ecore-evas-gl \
 --enable-ecore-job \
 --enable-ecore-con \
 --enable-ecore-ipc
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/acconfig.h,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -3 -r1.2.2.3 -r1.2.2.4
--- acconfig.h  26 Mar 2003 07:54:47 -0000      1.2.2.3
+++ acconfig.h  4 Sep 2003 23:23:58 -0000       1.2.2.4
@@ -3,6 +3,7 @@
 #undef PACKAGE_SOURCE_DIR
 #undef PACKAGE_BIN_DIR
 #undef BUILD_ECORE_EVAS
+#undef BUILD_ECORE_EVAS_GL
 #undef BUILD_ECORE_FB
 #undef BUILD_ECORE_JOB
 #undef BUILD_ECORE_X
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/Attic/conf-e-x11.sh,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -3 -r1.1.2.1 -r1.1.2.2
--- conf-e-x11.sh       21 Jul 2003 00:17:54 -0000      1.1.2.1
+++ conf-e-x11.sh       4 Sep 2003 23:23:58 -0000       1.1.2.2
@@ -5,6 +5,7 @@
 ./configure \
 --enable-ecore-x \
 --enable-ecore-evas \
+--enable-ecore-evas-gl \
 --enable-ecore-job \
 --enable-ecore-con \
 --enable-ecore-ipc \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.8.2.14
retrieving revision 1.8.2.15
diff -u -3 -r1.8.2.14 -r1.8.2.15
--- configure.in        21 Jul 2003 03:59:35 -0000      1.8.2.14
+++ configure.in        4 Sep 2003 23:23:58 -0000       1.8.2.15
@@ -210,6 +210,19 @@
 AC_SUBST(ecore_evas_cflags)
 AC_SUBST(ecore_evas_libs)
 
+AC_MSG_CHECKING(whether ecore_evas gl support is to be built)
+
+AC_ARG_ENABLE(ecore-evas-gl, 
+[  --enable-ecore-evas-gl          enable gl in the ecore_evas module], [
+  AC_MSG_RESULT(yes)
+  AM_CONDITIONAL(BUILD_ECORE_EVAS_GL, test "$enableval" = "yes")
+  AC_DEFINE(BUILD_ECORE_EVAS_GL)
+], [
+  AC_MSG_RESULT(no)
+  AM_CONDITIONAL(BUILD_ECORE_EVAS_GL, false)
+]
+)
+
 AC_MSG_CHECKING(whether ecore_con module is to be built)
 
 ecore_con_cflags="";
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/Attic/ecore.c.in,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -3 -r1.1.2.8 -r1.1.2.9
--- ecore.c.in  3 Mar 2003 03:29:37 -0000       1.1.2.8
+++ ecore.c.in  4 Sep 2003 23:23:58 -0000       1.1.2.9
@@ -199,6 +199,7 @@
 --enable-ecore-x \
 --enable-ecore-fb \
 --enable-ecore-evas \
+--enable-ecore-evas-gl \
 --enable-ecore-job
 make CFLAGS="-O9 -mpentiumpro -march=pentiumpro -mcpu=pentiumpro"
 @endverbatim
@@ -231,4 +232,4 @@
 
 Here is a tutotial for using Ecore...
 
-*/
\ No newline at end of file
+*/




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to