[cairo-commit] cairo ChangeLog,1.359,1.360 configure.in,1.81,1.82

Carl Worth commit at pdx.freedesktop.org
Sat Feb 5 17:17:21 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv29342

Modified Files:
	ChangeLog configure.in 
Log Message:

        * configure.in: Add message stating why glitz backend is disabled.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -d -r1.359 -r1.360
--- ChangeLog	6 Feb 2005 01:01:29 -0000	1.359
+++ ChangeLog	6 Feb 2005 01:17:19 -0000	1.360
@@ -1,3 +1,7 @@
+2005-02-05  Carl Worth  <cworth at cworth.org>
+
+	* configure.in: Add message stating why glitz backend is disabled.
+
 2005-02-05  Owen Taylor  <otaylor at redhat.com>
 
 	* src/cairo_ft_font.c (_cairo_ft_font_text_to_glyphs): 

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- configure.in	6 Feb 2005 01:01:29 -0000	1.81
+++ configure.in	6 Feb 2005 01:17:19 -0000	1.82
@@ -229,7 +229,7 @@
 
 AC_ARG_ENABLE(glitz,
   [  --disable-glitz         Disable cairo's glitz backend],
-  [use_glitz=$enableval], [use_glitz=no])
+  [use_glitz=$enableval], [use_glitz="no (temporarily disabled while code is out of sync)"])
 
 if test "x$use_glitz" = "xyes"; then
   PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [




More information about the cairo-commit mailing list