[cairo-commit] cairo configure.in,1.94,1.95 ChangeLog,1.458,1.459

Tim Rowley commit at pdx.freedesktop.org
Tue Mar 29 11:24:12 PST 2005


Committed by: tor

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

Modified Files:
	configure.in ChangeLog 
Log Message:
Update quartz backend to compilable/workable version and re-enable.


Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- configure.in	28 Mar 2005 21:58:26 -0000	1.94
+++ configure.in	29 Mar 2005 19:24:10 -0000	1.95
@@ -79,7 +79,7 @@
 
 AC_ARG_ENABLE(quartz,
   [  --disable-quartz          Disable cairo's quartz backend],
-  [use_quartz=$enableval], [use_quartz="no (temporarily disabled while code is out of sync)"])
+  [use_quartz=$enableval], [use_quartz=yes])
 
 if test "x$use_quartz" = "xyes"; then
   dnl There is no pkgconfig for quartz; lets do a header check

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -d -r1.458 -r1.459
--- ChangeLog	29 Mar 2005 08:02:19 -0000	1.458
+++ ChangeLog	29 Mar 2005 19:24:10 -0000	1.459
@@ -1,3 +1,11 @@
+2005-03-29  T Rowley  <tim.rowley at gmail.com>
+
+	* configure.in: re-enable quartz backend
+
+	* src/cairo-quartz-surface.c: update to compilable/workable version
+
+	* src/cairo-atsui-font.c: update to compilable/workable version
+
 2005-03-29  Carl Worth  <cworth at cworth.org>
 
 	* test/Makefile.am:




More information about the cairo-commit mailing list