[cairo-commit] cairo ChangeLog, 1.565, 1.566 configure.in, 1.101,
1.102
Carl Worth
commit at pdx.freedesktop.org
Tue May 10 14:54:51 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv2612
Modified Files:
ChangeLog configure.in
Log Message:
* configure.in: Fix URLs for glitz and xlibs, (thanks to Jason
Dorje Short <jdorje at users.sf.net>).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.565
retrieving revision 1.566
diff -u -d -r1.565 -r1.566
--- ChangeLog 10 May 2005 21:48:05 -0000 1.565
+++ ChangeLog 10 May 2005 21:54:48 -0000 1.566
@@ -1,5 +1,10 @@
2005-05-10 Carl Worth <cworth at cworth.org>
+ * configure.in: Fix URLs for glitz and xlibs, (thanks to Jason
+ Dorje Short <jdorje at users.sf.net>).
+
+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>
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- configure.in 10 May 2005 21:48:05 -0000 1.101
+++ configure.in 10 May 2005 21:54:48 -0000 1.102
@@ -60,7 +60,7 @@
AC_PATH_XTRA
XRENDER_LIBS="$X_LIBS -lXrender -lXext -lX11 $X_EXTRA_LIBS"
use_xlib=yes], [
- use_xlib="no (requires Xrender http://freedesktop.org/software/xlibs)"])])
+ use_xlib="no (requires Xrender http://freedesktop.org/Software/xlibs)"])])
fi
AM_CONDITIONAL(CAIRO_HAS_XLIB_SURFACE, test "x$use_xlib" = "xyes")
@@ -217,7 +217,7 @@
if test "x$use_glitz" = "xyes"; then
PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [
GLITZ_REQUIRES=glitz
- use_glitz=yes], [use_glitz="no (requires glitz http://freedesktop.org/software/glitz)"])
+ use_glitz=yes], [use_glitz="no (requires glitz http://freedesktop.org/Software/glitz)"])
fi
AM_CONDITIONAL(CAIRO_HAS_GLITZ_SURFACE, test "x$use_glitz" = "xyes")
More information about the cairo-commit
mailing list