[cairo-commit] cairo configure.in,1.82,1.83 ChangeLog,1.376,1.377
Carl Worth
commit at pdx.freedesktop.org
Tue Feb 22 10:43:29 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv7813
Modified Files:
configure.in ChangeLog
Log Message:
* configure.in: Temporarily disable XCB backend by default.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- configure.in 6 Feb 2005 01:17:19 -0000 1.82
+++ configure.in 22 Feb 2005 18:43:26 -0000 1.83
@@ -102,7 +102,7 @@
AC_ARG_ENABLE(xcb,
[ --disable-xcb Disable cairo's XCB backend],
- [use_xcb=$enableval], [use_xcb=yes])
+ [use_xcb=$enableval], [use_xcb="no (temporarily disabled while code is out of sync)"])
if test "x$use_xcb" = "xyes"; then
PKG_CHECK_MODULES(XCB, xcb, [use_xcb=yes], [
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -d -r1.376 -r1.377
--- ChangeLog 21 Feb 2005 16:22:47 -0000 1.376
+++ ChangeLog 22 Feb 2005 18:43:27 -0000 1.377
@@ -1,3 +1,7 @@
+2005-02-22 Carl Worth <cworth at cworth.org>
+
+ * configure.in: Temporarily disable XCB backend by default.
+
2005-02-21 Carl Worth <cworth at cworth.org>
* src/cairo_pattern.c (cairo_pattern_reference):
More information about the cairo-commit
mailing list