[cairo-commit] cairo-5c ChangeLog,1.26,1.27 configure.in,1.4,1.5

Keith Packard commit at pdx.freedesktop.org
Thu Sep 15 19:34:47 PDT 2005


Committed by: keithp

Update of /cvs/cairo/cairo-5c
In directory gabe:/tmp/cvs-serv7664

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-09-15  Keith Packard  <keithp at keithp.com>

	* configure.in:
	Cairo now no longer implicitly adds fontconfig and freetype
	to include paths, so cairo-5c must explictly depend on them


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-5c/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ChangeLog	9 Jul 2005 23:40:55 -0000	1.26
+++ ChangeLog	16 Sep 2005 02:34:45 -0000	1.27
@@ -1,3 +1,9 @@
+2005-09-15  Keith Packard  <keithp at keithp.com>
+
+	* configure.in:
+	Cairo now no longer implicitly adds fontconfig and freetype
+	to include paths, so cairo-5c must explictly depend on them
+
 2005-07-09  Keith Packard  <keithp at keithp.com>
 
 	* cairo-5c.h:

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo-5c/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure.in	19 Dec 2004 03:04:24 -0000	1.4
+++ configure.in	16 Sep 2005 02:34:45 -0000	1.5
@@ -43,7 +43,7 @@
 fi
 AC_SUBST(WARN_CFLAGS)
 
-CAIRO_5C_PC_MODULES="cairo gtk+-2.0 gthread-2.0"
+CAIRO_5C_PC_MODULES="cairo fontconfig freetype2 gtk+-2.0 gthread-2.0"
 
 PKG_CHECK_MODULES(CAIRO_5C, $CAIRO_5C_PC_MODULES)
 



More information about the cairo-commit mailing list