[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
- Previous message: [cairo-commit]
roadster/src Makefile.am, 1.17, 1.18 animator.c, 1.5,
1.6 db.c, 1.25, 1.26 db.h, 1.10, 1.11 gotowindow.c, 1.9,
1.10 gpsclient.c, 1.10, 1.11 gpsclient.h, 1.3, 1.4 gui.c, 1.10,
1.11 gui.h, 1.2, 1.3 import_tiger.c, 1.19, 1.20 importwindow.c,
1.8, 1.9 layers.c, 1.16, NONE layers.h, 1.8,
NONE locationeditwindow.c, NONE, 1.1 locationeditwindow.h,
NONE, 1.1 locationset.c, 1.11, 1.12 main.c, 1.22, 1.23 main.h,
1.2, 1.3 mainwindow.c, 1.39, 1.40 map.c, 1.43, 1.44 map.h,
1.20, 1.21 map_draw_cairo.c, 1.21, 1.22 map_draw_gdk.c, 1.17,
1.18 map_style.c, NONE, 1.1 map_style.h, NONE, 1.1 prefs.c,
1.3, NONE prefs.h, 1.1, NONE road.c, 1.5, 1.6 scenemanager.c,
1.13, 1.14 search.c, 1.5, 1.6 search_road.c, 1.21,
1.22 searchwindow.c, 1.19, 1.20 util.c, 1.9, 1.10 util.h, 1.9, 1.10
- Next message: [cairo-commit] cairo/pixman ChangeLog,1.117,1.117.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [cairo-commit]
roadster/src Makefile.am, 1.17, 1.18 animator.c, 1.5,
1.6 db.c, 1.25, 1.26 db.h, 1.10, 1.11 gotowindow.c, 1.9,
1.10 gpsclient.c, 1.10, 1.11 gpsclient.h, 1.3, 1.4 gui.c, 1.10,
1.11 gui.h, 1.2, 1.3 import_tiger.c, 1.19, 1.20 importwindow.c,
1.8, 1.9 layers.c, 1.16, NONE layers.h, 1.8,
NONE locationeditwindow.c, NONE, 1.1 locationeditwindow.h,
NONE, 1.1 locationset.c, 1.11, 1.12 main.c, 1.22, 1.23 main.h,
1.2, 1.3 mainwindow.c, 1.39, 1.40 map.c, 1.43, 1.44 map.h,
1.20, 1.21 map_draw_cairo.c, 1.21, 1.22 map_draw_gdk.c, 1.17,
1.18 map_style.c, NONE, 1.1 map_style.h, NONE, 1.1 prefs.c,
1.3, NONE prefs.h, 1.1, NONE road.c, 1.5, 1.6 scenemanager.c,
1.13, 1.14 search.c, 1.5, 1.6 search_road.c, 1.21,
1.22 searchwindow.c, 1.19, 1.20 util.c, 1.9, 1.10 util.h, 1.9, 1.10
- Next message: [cairo-commit] cairo/pixman ChangeLog,1.117,1.117.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list