[cairo-commit] cairo ChangeLog, 1.564, 1.565 configure.in, 1.100,
1.101
Carl Worth
commit at pdx.freedesktop.org
Tue May 10 14:48:07 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv1882
Modified Files:
ChangeLog configure.in
Log Message:
* configure.in: Update to current canonical URL for XCB.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -d -r1.564 -r1.565
--- ChangeLog 10 May 2005 19:42:32 -0000 1.564
+++ ChangeLog 10 May 2005 21:48:05 -0000 1.565
@@ -1,5 +1,9 @@
2005-05-10 Carl Worth <cworth at cworth.org>
+ * configure.in: Update to current canonical URL for XCB.
+
+2005-05-10 Carl Worth <cworth at cworth.org>
+
* src/cairo-wideint.h: Don't guess and make our own definitions
for uint8_t, etc. Just error out if we can't find a suitable
header file.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- configure.in 9 May 2005 15:34:57 -0000 1.100
+++ configure.in 10 May 2005 21:48:05 -0000 1.101
@@ -99,7 +99,7 @@
if test "x$use_xcb" = "xyes"; then
PKG_CHECK_MODULES(XCB, xcb, [use_xcb=yes], [
- use_xcb="no (requires XCB http://freedesktop.org/software/xcb)"])
+ use_xcb="no (requires XCB http://xcb.freedesktop.org)"])
fi
AM_CONDITIONAL(CAIRO_HAS_XCB_SURFACE, test "x$use_xcb" = "xyes")
More information about the cairo-commit
mailing list