Added Atk dependency

Added Atk dependency, in order to implement a built-in
accessibility support on Clutter.
This commit is contained in:
Alejandro Piñeiro 2010-04-12 19:34:06 +02:00 committed by Emmanuele Bassi
parent 5f6a3d2543
commit fd584e1841
2 changed files with 2 additions and 1 deletions

1
README
View File

@ -10,6 +10,7 @@ REQUIREMENTS
Clutter currently requires:
• GLib >= 2.18.0
• Atk >= 1.17
• Cairo >= 1.6
• PangoCairo >= 1.20
• OpenGL >= 1.3 or 1.2+multitexturing, OpenGL ES 1.1 or OpenGL ES 2.0

View File

@ -793,7 +793,7 @@ AS_IF([test "x$enable_maintainer_flags" = "xyes" && test "x$GCC" = "xyes"],
AC_SUBST(MAINTAINER_CFLAGS)
dnl === Dependencies, compiler flags and linker libraries =====================
CLUTTER_REQUIRES="cairo >= 1.4 pangocairo >= 1.20 $IMAGE_PC_FILES $BACKEND_PC_FILES $JSON_GLIB_PC"
CLUTTER_REQUIRES="cairo >= 1.4 atk >= 1.7 pangocairo >= 1.20 $IMAGE_PC_FILES $BACKEND_PC_FILES $JSON_GLIB_PC"
PKG_CHECK_MODULES(CLUTTER_DEPS, [$CLUTTER_REQUIRES])