Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
Disable cairo engine. Doesn't build with latest cairo.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- configure.in        10 Jun 2005 03:59:51 -0000      1.105
+++ configure.in        15 Jun 2005 10:15:45 -0000      1.106
@@ -465,24 +465,24 @@
 have_evas_cairo_x11="no";
 ENGINE_CAIRO_X11_PRG="";
 ## Automatic check...
-PKG_CHECK_MODULES(CAIRO, cairo >= 0.1.23,
-  [ have_evas_cairo_x11="yes" ],
-  [ have_evas_cairo_x11="no" ]
-)
+#PKG_CHECK_MODULES(CAIRO, cairo >= 0.1.23,
+#  [ have_evas_cairo_x11="yes" ],
+#  [ have_evas_cairo_x11="no" ]
+#)
 ## Manual override
-AC_MSG_CHECKING(whether cairo x11 backend is to be built)
-AC_ARG_ENABLE(cairo-x11, [  --enable-cairo-x11              enable the Cairo 
X11 display engine], [
-          if [ test "$enableval" = "yes" ]; then
-            AC_MSG_RESULT(yes)
-            have_evas_cairo_x11="yes"
-          else
-            AC_MSG_RESULT(no)
-            have_evas_cairo_x11="no"
-          fi
-        ], [
-          AC_MSG_RESULT($have_evas_cairo_x11)
-       ]
-)
+#AC_MSG_CHECKING(whether cairo x11 backend is to be built)
+#AC_ARG_ENABLE(cairo-x11, [  --enable-cairo-x11              enable the Cairo 
X11 display engine], [
+#         if [ test "$enableval" = "yes" ]; then
+#           AC_MSG_RESULT(yes)
+#           have_evas_cairo_x11="yes"
+#         else
+#           AC_MSG_RESULT(no)
+#           have_evas_cairo_x11="no"
+#         fi
+#        ], [
+#         AC_MSG_RESULT($have_evas_cairo_x11)
+#      ]
+#)
 if test "x$have_evas_cairo_x11" = "xyes"; then
   AC_CHECK_HEADER(X11/X.h,
     [




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to