diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-06-06 12:34:46 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-06-06 12:35:42 +0100 |
commit | 1739dab356cf30974394635131c91986dbffbc2f (patch) | |
tree | 362d1a7425740520a4644b3b352c4e0015a7fe01 /docs | |
parent | 007b7186880bfcdb24498e63f486283d0657fab0 (diff) | |
download | gtk+-1739dab356cf30974394635131c91986dbffbc2f.tar.gz |
docs:building: re-order list of dependencies
Libraries that GTK+ depends on maintained by the GTK+ team first
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/building.sgml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index a2fe9a080b..4f1c823330 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -162,8 +162,8 @@ How to compile GTK+ itself </itemizedlist> <para> Some of the libraries that GTK+ depends on are maintained by - by the GTK+ team: GLib, GdkPixbuf, Pango, and ATK. Other libraries - are maintained separately. + by the GTK+ team: GLib, GdkPixbuf, Pango, ATK and GObject Introspection. + Other libraries are maintained separately. </para> <itemizedlist> <listitem> @@ -177,6 +177,12 @@ How to compile GTK+ itself </listitem> <listitem> <para> + The <ulink url="http://git.gnome.org/browse/gdk-pixbuf/">GdkPixbuf library</ulink> + provides facilities for loading images in a variety of file formats. + </para> + </listitem> + <listitem> + <para> <ulink url="http://www.pango.org">Pango</ulink> is a library for internationalized text handling. It is available from the <ulink url="ftp://ftp.gtk.org/pub/pango/">GTK+ FTP @@ -194,6 +200,13 @@ How to compile GTK+ itself </listitem> <listitem> <para> + <ulink url="http://live.gnome.org/GObjectIntrospection">Gobject Introspection</ulink> + is a framework for making introspection data available to + language bindings. + </para> + </listitem> + <listitem> + <para> The <ulink url="http://www.gnu.org/software/libiconv/">GNU libiconv library</ulink> is needed to build GLib if your system doesn't have the <function>iconv()</function> @@ -237,19 +250,6 @@ How to compile GTK+ itself </listitem> <listitem> <para> - The GdkPixbuf library provides facilities for loading - images in a variety of file formats. - </para> - </listitem> - <listitem> - <para> - <ulink url="http://live.gnome.org/GObjectIntrospection">gobject-introspection</ulink> - is a framework for making introspection data available to - language bindings. - </para> - </listitem> - <listitem> - <para> The <ulink url="http://www.freedesktop.org/wiki/Software/shared-mime-info">shared-mime-info</ulink> package is not a hard dependency of GTK+, but it contains definitions for mime types that are used by GIO and, indirectly, by GTK+. |