diff --git a/doc/reference/ChangeLog b/doc/reference/ChangeLog index 2fc3b8066..2d3677a0c 100644 --- a/doc/reference/ChangeLog +++ b/doc/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-02-08 Emmanuele Bassi + + * clutter-docs.sgml: Add dependencies inside the overview. + 2008-02-08 Emmanuele Bassi * Makefile.am: diff --git a/doc/reference/clutter-docs.sgml b/doc/reference/clutter-docs.sgml index 157cc3dab..666af4269 100644 --- a/doc/reference/clutter-docs.sgml +++ b/doc/reference/clutter-docs.sgml @@ -68,6 +68,41 @@ + + + Clutter depends on the following libraries: + + + + GLib + + A general-purpose utility library, not specific to + graphical user interfaces. GLib provides many useful data + types, macros, type conversions, string utilities, file + utilities, a main loop abstraction, and so on. + + GObject + + The GLib Object System provides the required + implementations of a flexible, extensible and intentionally + easy to map (into other languages) object-oriented framework + for C. + + Pango + + Pango is a library for laying out and rendering of + text, with an emphasis on internationalization. + + GDK-Pixbuf + + GDK-Pixbuf is a library for loading and manipulating + various image file formats. + + + + + +