[configure] Require pango 1.20 instead of 1.18

Clutter now calls pango_layout_set_height which is only available
since Pango 1.20.
This commit is contained in:
Neil Roberts 2009-06-04 11:03:34 +01:00
parent f4a431a947
commit b5a7b3a004
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -7,7 +7,7 @@ rich and animated graphical user interfaces.
Clutter currently requires:
* GLib >= 2.14.0
* PangoCairo >= 1.18
* PangoCairo >= 1.20
* OpenGL >= 1.4, OpenGL ES 1.1 or OpenGL ES 2.0
* GLX, SDL, WGL or an EGL Implementation

View File

@ -539,7 +539,7 @@ fi
AC_SUBST(JSON_PREFIX)
AM_CONDITIONAL(LOCAL_JSON_GLIB, test "x$have_json" = "xno")
CLUTTER_REQUIRES="cairo >= 1.4 pangocairo >= 1.18 gobject-2.0 >= 2.16 gthread-2.0 gmodule-no-export-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
CLUTTER_REQUIRES="cairo >= 1.4 pangocairo >= 1.20 gobject-2.0 >= 2.16 gthread-2.0 gmodule-no-export-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
if test "x$imagebackend" = "xgdk-pixbuf"; then
CLUTTER_REQUIRES="$CLUTTER_REQUIRES gdk-pixbuf-2.0"