[cairo-commit] rendertest ChangeLog,1.14,1.15 configure.in,1.8,1.9
David Reveman
commit at pdx.freedesktop.org
Wed Jun 8 18:40:42 PDT 2005
Committed by: davidr
Update of /cvs/cairo/rendertest
In directory gabe:/tmp/cvs-serv15136
Modified Files:
ChangeLog configure.in
Log Message:
Fix typo
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rendertest/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ChangeLog 31 Jan 2005 08:13:12 -0000 1.14
+++ ChangeLog 9 Jun 2005 01:40:39 -0000 1.15
@@ -1,3 +1,7 @@
+2005-06-09 David Reveman <davidr at novell.com>
+
+ * configure.in: Fix typo.
+
2005-01-30 David Reveman <davidr at novell.com>
* src/rendertest.c (render_run): Add more convolution filter tests.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/rendertest/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- configure.in 20 May 2005 01:26:11 -0000 1.8
+++ configure.in 9 Jun 2005 01:40:39 -0000 1.9
@@ -193,7 +193,7 @@
echo ""
echo "rendertest will be compiled for the following output backends:"
echo " glitz-glx: $use_glitz_glx"
-echo " glitz-glx: $use_glitz_egl"
+echo " glitz-egl: $use_glitz_egl"
echo " glitz-agl: $use_glitz_agl"
echo " xcb: $use_xcb"
echo " pixman: $use_pixman"
More information about the cairo-commit
mailing list