mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
[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:
parent
f4a431a947
commit
b5a7b3a004
2
README
2
README
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user