]> Pileus Git - ~andy/gtk/commitdiff
Add notes about gobject-introspection
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Mar 2010 15:08:28 +0000 (11:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 23 Mar 2010 15:41:17 +0000 (11:41 -0400)
INSTALL.in
README.in
docs/reference/gtk/building.sgml

index e28a0674a8fd053f073b0a0a2b6cb7bc814e040c..5181298014113ae3535f71b5571ca3e9d7c5ae08 100644 (file)
@@ -7,6 +7,8 @@ GTK+ requires the following packages:
    location as GTK+. GTK+ @GTK_VERSION@ requires at least GLib 2.23.6,
    Pango 1.20, ATK 1.29.2 and cairo 1.6.0.
 
+ - gobject-introspection 0.6.7 or newer.
+
  - The TIFF, PNG, and JPEG image loading libraries. You most
    likely have these installed on your system already. If not
    these libraries are available from:
index 316db6a095c43b7fdb527809ed937cd9a2f1634c..f7108acbe7a78226888a941eecb14e818bbafc6a 100644 (file)
--- a/README.in
+++ b/README.in
@@ -41,6 +41,11 @@ Release notes for 2.20
   attribute of the <object>. Use gtk_buildable_get_name() instead of
   gtk_widget_get_name() to obtain the ID.
 
+* GTK+ now includes introspection data, as a consequence, it gained a
+  dependency on gobject-introspection. It is possible to build without
+  introspection by passing --disable-introspection to configure.
+
+
 Release notes for 2.18
 ======================
 
index 1842d3708a3518038a192717ba7e99ab5f238f47..3d3da46a6769b3dd17d4760499f51b617dff8612 100644 (file)
@@ -244,17 +244,24 @@ How to compile GTK+ itself
        <para>
          The <ulink url="http://www.fontconfig.org">fontconfig</ulink>
          library provides Pango with a standard way of locating
-         fonts and matching them against font names. 
+         fonts and matching them against font names.
        </para>
       </listitem>
       <listitem>
        <para>
          <ulink url="http://www.cairographics.org">Cairo</ulink>
-          is a graphics library that supports vector graphics and image 
+          is a graphics library that supports vector graphics and image
           compositing. Both Pango and GTK+ use cairo for much of their
           drawing.
         </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> 
@@ -368,6 +375,9 @@ How to compile GTK+ itself
          <group>
            <arg>--with-gdktarget=[x11|win32|quartz|directfb]</arg>
          </group>
+          <group>
+           <arg>--disable-introspection</arg>
+          </group>
        </cmdsynopsis>
       </para>
 
@@ -580,7 +590,13 @@ How to compile GTK+ itself
           for the Linux framebuffer.
        </para>
       </formalpara>
+      <formalpara>
+        <title><systemitem>--disable-introspection</systemitem></title>
 
+        <para>
+          Build without introspection support.
+        </para>
+      </formalpara>
     </refsect1>
 
 </refentry>