[cairo-commit]
cairo-ocaml ChangeLog, 1.23, 1.24 configure.ac, 1.15, 1.16
Carl Worth
commit at pdx.freedesktop.org
Wed Sep 14 09:47:56 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo-ocaml
In directory gabe:/tmp/cvs-serv13655
Modified Files:
ChangeLog configure.ac
Log Message:
2005-09-14 Carl Worth <cworth at cworth.org>
* configure.ac: Add freetype2 to PKG_CHECK_MODULES call in
addition to cairo.
* src/Makefile: Remove .depend as part of make clean.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ChangeLog 11 Aug 2005 00:33:41 -0000 1.23
+++ ChangeLog 14 Sep 2005 16:47:54 -0000 1.24
@@ -1,3 +1,10 @@
+2005-09-14 Carl Worth <cworth at cworth.org>
+
+ * configure.ac: Add freetype2 to PKG_CHECK_MODULES call in
+ addition to cairo.
+
+ * src/Makefile: Remove .depend as part of make clean.
+
2005-08-11 Olivier Andrieu <oliv__a at users.sourceforge.net>
* src/* : adapt to cairo-0.9.0
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/configure.ac,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- configure.ac 11 Aug 2005 00:33:04 -0000 1.15
+++ configure.ac 14 Sep 2005 16:47:54 -0000 1.16
@@ -6,7 +6,7 @@
AC_PROG_OCAML()
# Check for cairo
-PKG_CHECK_MODULES(CAIRO, cairo >= 0.6.0)
+PKG_CHECK_MODULES(CAIRO, cairo >= 0.6.0 freetype2)
# Optional GTK support (for the X11 backend)
AC_ARG_WITH(gtk,
More information about the cairo-commit
mailing list