Disable introspection by default for PyGObject-2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11215 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-05-30 20:38:12 +00:00
parent 679fcde6f1
commit c5d808b4ae

View File

@ -435,8 +435,7 @@ make</userinput></screen>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch (if you have installed
<xref linkend="gobject-introspection"/>):
Optional patch:
<ulink url="&patch-root;/pygobject-&pygobject2-version;-introspection-1.patch"/>
</para>
</listitem>
@ -452,6 +451,7 @@ make</userinput></screen>
<bridgehead renderas="sect5">Optional</bridgehead>
<para role="optional">
<xref linkend="gobject-introspection"/> and
<xref linkend="libxslt"/> (to Build Documentation)
</para>
@ -463,13 +463,19 @@ make</userinput></screen>
<sect3 role="installation">
<title>Installation of PyGObject</title>
<para>
If you have installed <xref linkend="gobject-introspection"/>, apply the
required patch by running the following commands:
</para>
<screen><userinput>patch -p1 &lt; ../pygobject-&pygobject2-version;-introspection-1.patch</userinput></screen>
<para>
Install <application>PyGObject</application> by running the following
commands:
</para>
<screen><userinput>patch -p1 &lt; ../pygobject-&pygobject2-version;-introspection-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr --disable-introspection &amp;&amp;
make</userinput></screen>
<para>
@ -486,6 +492,11 @@ make</userinput></screen>
<sect3 role="commands">
<title>Command Explanations</title>
<para>
<option>--disable-introspection</option>: Omit this switch if you have
installed <xref linkend="gobject-introspection"/>.
</para>
<para>
<option>--disable-docs</option>: This option disables the rebuilding of
the html documentation if <xref linkend="libxslt"/> is installed.