Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
XCB ICCCM is only needed for the XCB evas tests

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -3 -r1.200 -r1.201
--- configure.in        10 Feb 2007 17:23:05 -0000      1.200
+++ configure.in        22 Feb 2007 00:24:32 -0000      1.201
@@ -193,7 +193,7 @@
 ## Automatic check...
 PKG_CHECK_MODULES(
   XCB,
-  xcb xcb-shm xcb-image xcb-icccm,
+  xcb xcb-shm xcb-image,
   [have_evas_software_xcb="yes"],
   [have_evas_software_xcb="no"],
   [ have_evas_software_xcb="no" ])
@@ -217,7 +217,7 @@
 if test "x$have_evas_software_xcb" = "xyes"; then
   PKG_CHECK_MODULES(
     XCB,
-    xcb xcb-shm xcb-image xcb-icccm,
+    xcb xcb-shm xcb-image,
     [AC_DEFINE(BUILD_ENGINE_SOFTWARE_XCB, 1, [Software XCB Rendering Backend])
      xcb_cflags=$XCB_CFLAGS
      xcb_libs=$XCB_LIBS],
@@ -552,7 +552,7 @@
 ## Automatic check...
 PKG_CHECK_MODULES(
   XCBRENDER,
-  xcb xcb-shm xcb-render xcb-image xcb-icccm,
+  xcb xcb-shm xcb-render xcb-image,
   [have_evas_xrender_xcb="yes"],
   [have_evas_xrender_xcb="no"],
   [ have_evas_xrender_xcb="no" ])
@@ -576,7 +576,7 @@
 if test "x$have_evas_xrender_xcb" = "xyes"; then
   PKG_CHECK_MODULES(
     XCBRENDER,
-    xcb xcb-shm xcb-render xcb-image xcb-icccm,
+    xcb xcb-shm xcb-render xcb-image,
     [AC_DEFINE(BUILD_ENGINE_XRENDER_XCB, 1, [Xrender XCB Rendering Backend])
      xcbrender_cflags=$XCBRENDER_CFLAGS
      xcbrender_libs=$XCBRENDER_LIBS],



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to