[gtk+] docs:building: re-order list of dependencies
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs:building: re-order list of dependencies
- Date: Mon, 6 Jun 2011 12:10:31 +0000 (UTC)
commit 1739dab356cf30974394635131c91986dbffbc2f
Author: Javier Jardón <jjardon gnome org>
Date: Mon Jun 6 12:34:46 2011 +0100
docs:building: re-order list of dependencies
Libraries that GTK+ depends on maintained by the GTK+ team first
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 a2fe9a0..4f1c823 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+.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]