Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
fix xrender xcb engine, add old stuff committed to the Xlib engines and not to 
the XCB ones, replace deprecated XCBSync call by a call of GetInputFocus, fix 
some round trips but a complete review of the engines must be done to fix them 
all, first part of a cleanup, first part of XCB error management

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -3 -r1.175 -r1.176
--- configure.in        30 Aug 2006 22:58:44 -0000      1.175
+++ configure.in        9 Sep 2006 08:10:22 -0000       1.176
@@ -184,10 +184,8 @@
 PKG_CHECK_MODULES(
   XCB,
   xcb xcb-shm xcb-image xcb-icccm,
-  [AC_CHECK_HEADER(
-      X11/X.h,
-      [have_evas_software_xcb="yes"],
-      [have_evas_software_xcb="no"])],
+  [have_evas_software_xcb="yes"],
+  [have_evas_software_xcb="no"],
   [ have_evas_software_xcb="no" ])
 
 ## manually disable xcb engine by default - not auto detected.
@@ -207,8 +205,6 @@
        ]
 )
 if test "x$have_evas_software_xcb" = "xyes"; then
-  AC_PATH_XTRA
-
   PKG_CHECK_MODULES(
     XCB,
     xcb xcb-shm xcb-aux xcb-image xcb-icccm,
@@ -564,10 +560,8 @@
 PKG_CHECK_MODULES(
   XCBRENDER,
   xcb xcb-shm xcb-render xcb-image xcb-icccm,
-  [AC_CHECK_HEADER(
-      X11/X.h,
-      [have_evas_xrender_xcb="yes"],
-      [have_evas_xrender_xcb="no"])],
+  [have_evas_xrender_xcb="yes"],
+  [have_evas_xrender_xcb="no"],
   [ have_evas_xrender_xcb="no" ])
 
 ## manually disable xcb engine by default - not auto detected.
@@ -587,8 +581,6 @@
        ]
 )
 if test "x$have_evas_xrender_xcb" = "xyes"; then
-  AC_PATH_XTRA
-
   PKG_CHECK_MODULES(
     XCBRENDER,
     xcb xcb-shm xcb-render xcb-image xcb-icccm,



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to