Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.ac configure.in 


Log Message:
Support for the new global color classes in edje. Autofoo for detecting gl_x11
and software_x11 engines in evas. Slight include reorganization, may do more
of this soon.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.ac,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- configure.ac        18 Oct 2003 17:00:35 -0000      1.16
+++ configure.ac        4 Nov 2003 07:16:44 -0000       1.17
@@ -102,6 +102,14 @@
 evas_libs=`evas-config --libs`
 evas_cflags=`evas-config --cflags`
 
+AC_CHECK_HEADERS(Evas_Engine_Software_X11.h, [], [], [
+       #include <Evas.h>
+       ])
+
+AC_CHECK_HEADERS(Evas_Engine_GL_X11.h, [], [], [
+       #include <Evas.h>
+       ])
+
 AC_ARG_WITH(etox,
         [  --with-etox=DIR         use etox in <DIR>],
         [CFLAGS="$CFLAGS -I$withval/include"
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- configure.in        18 Oct 2003 17:00:35 -0000      1.22
+++ configure.in        4 Nov 2003 07:16:45 -0000       1.23
@@ -85,6 +85,14 @@
         [CFLAGS="$CFLAGS -I$withval/include"
          LIBS="-L$withval/lib $LIBS"])
 
+AC_CHECK_HEADERS(Evas_Engine_Software_X11.h, [], [], [
+       #include <Evas.h>
+       ])
+
+AC_CHECK_HEADERS(Evas_Engine_GL_X11.h, [], [], [
+       #include <Evas.h>
+       ])
+
 AC_PATH_GENERIC(evas,, [
     AC_SUBST(evas_libs)
     AC_SUBST(evas_cflags)],




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to