2008-06-04 Robert Bragg <bob@o-hand.com>

* configure.ac:
	Checks that for pangocairo >= 1.18, since
	pangocairo-font.c uses pango_cairo_font_get_scaled_font which isn't
	otherwise available.
This commit is contained in:
Robert Bragg 2008-06-04 15:20:07 +00:00
parent d81aceff2e
commit b2a3ce461d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2008-06-04 Robert Bragg <bob@o-hand.com>
* configure.ac:
Checks that for pangocairo >= 1.18, since
pangocairo-font.c uses pango_cairo_font_get_scaled_font which isn't
otherwise available.
2008-06-03 Neil Roberts <neil@o-hand.com>
Applied patch from bug #947

View File

@ -457,7 +457,7 @@ fi
AC_SUBST(JSON_PREFIX)
AM_CONDITIONAL(LOCAL_JSON_GLIB, test "x$have_json" = "xno")
CLUTTER_REQUIRES="pangocairo glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 gmodule-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
CLUTTER_REQUIRES="pangocairo >= 1.18 glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 gmodule-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
if test "x$imagebackend" = "xgdk-pixbuf"; then
CLUTTER_REQUIRES="$CLUTTER_REQUIRES gdk-pixbuf-2.0"