[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
- Previous message: [cairo-commit] roadster/src db.c, 1.20, 1.21 db.h, 1.9,
1.10 location.c, 1.3, 1.4 location.h, 1.1, 1.2 locationset.c,
1.8, 1.9 locationset.h, 1.4, 1.5 main.c, 1.17,
1.18 mainwindow.c, 1.33, 1.34 map.c, 1.35, 1.36 map.h, 1.14,
1.15 map_draw_gdk.c, 1.11, 1.12 search_road.c, 1.16,
1.17 tooltip.c, 1.2, 1.3 tooltip.h, 1.1, 1.2
- Next message: [cairo-commit] cairo/src cairo-atsui-font.c, 1.4,
1.5 cairo-quartz-surface.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [cairo-commit] roadster/src db.c, 1.20, 1.21 db.h, 1.9,
1.10 location.c, 1.3, 1.4 location.h, 1.1, 1.2 locationset.c,
1.8, 1.9 locationset.h, 1.4, 1.5 main.c, 1.17,
1.18 mainwindow.c, 1.33, 1.34 map.c, 1.35, 1.36 map.h, 1.14,
1.15 map_draw_gdk.c, 1.11, 1.12 search_road.c, 1.16,
1.17 tooltip.c, 1.2, 1.3 tooltip.h, 1.1, 1.2
- Next message: [cairo-commit] cairo/src cairo-atsui-font.c, 1.4,
1.5 cairo-quartz-surface.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list