1
0
Fork 0

build: Depend on cairo-gobject

Starting from version 1.10, Cairo ships GTypes for its data types.
This commit is contained in:
Emmanuele Bassi 2010-10-15 16:09:19 +01:00
parent 8729c01377
commit 63e314b07e
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -12,7 +12,7 @@ Clutter currently requires:
• GLib >= 2.26.0
• JSON-GLib >= 0.12
• Atk >= 1.17
• Cairo >= 1.6
• Cairo >= 1.10
• PangoCairo >= 1.20
• OpenGL >= 1.3 or 1.2+multitexturing, OpenGL ES 1.1 or OpenGL ES 2.0
• GLX, SDL, WGL or an EGL Implementation

View file

@ -1001,7 +1001,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.8 atk >= 1.7 pangocairo >= 1.20 json-glib-1.0 >= 0.12 $IMAGE_PC_FILES $BACKEND_PC_FILES"
CLUTTER_REQUIRES="cairo-gobject >= 1.10 atk >= 1.7 pangocairo >= 1.20 json-glib-1.0 >= 0.12 $IMAGE_PC_FILES $BACKEND_PC_FILES"
PKG_CHECK_MODULES(CLUTTER_DEPS, [$CLUTTER_REQUIRES])
AC_SUBST(CLUTTER_REQUIRES)