mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-docs.sgml: Add dependencies inside the overview.
This commit is contained in:
parent
3c307796a3
commit
4fb09b9db9
@ -1,3 +1,7 @@
|
||||
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter-docs.sgml: Add dependencies inside the overview.
|
||||
|
||||
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* Makefile.am:
|
||||
|
@ -68,6 +68,41 @@
|
||||
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
||||
Clutter depends on the following libraries:
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>GLib</term>
|
||||
<listitem>
|
||||
<para>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.</para>
|
||||
</listitem>
|
||||
<term>GObject</term>
|
||||
<listitem>
|
||||
<para>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.</para>
|
||||
</listitem>
|
||||
<term>Pango</term>
|
||||
<listitem>
|
||||
<para>Pango is a library for laying out and rendering of
|
||||
text, with an emphasis on internationalization.</para>
|
||||
</listitem>
|
||||
<term>GDK-Pixbuf</term>
|
||||
<listitem>
|
||||
<para>GDK-Pixbuf is a library for loading and manipulating
|
||||
various image file formats.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</para>
|
||||
|
||||
</partintro>
|
||||
</part>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user