mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 09:37:17 +08:00
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:
parent
679fcde6f1
commit
c5d808b4ae
@ -435,8 +435,7 @@ make</userinput></screen>
|
|||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Required patch (if you have installed
|
Optional patch:
|
||||||
<xref linkend="gobject-introspection"/>):
|
|
||||||
<ulink url="&patch-root;/pygobject-&pygobject2-version;-introspection-1.patch"/>
|
<ulink url="&patch-root;/pygobject-&pygobject2-version;-introspection-1.patch"/>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -452,6 +451,7 @@ make</userinput></screen>
|
|||||||
|
|
||||||
<bridgehead renderas="sect5">Optional</bridgehead>
|
<bridgehead renderas="sect5">Optional</bridgehead>
|
||||||
<para role="optional">
|
<para role="optional">
|
||||||
|
<xref linkend="gobject-introspection"/> and
|
||||||
<xref linkend="libxslt"/> (to Build Documentation)
|
<xref linkend="libxslt"/> (to Build Documentation)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -463,13 +463,19 @@ make</userinput></screen>
|
|||||||
<sect3 role="installation">
|
<sect3 role="installation">
|
||||||
<title>Installation of PyGObject</title>
|
<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 < ../pygobject-&pygobject2-version;-introspection-1.patch</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Install <application>PyGObject</application> by running the following
|
Install <application>PyGObject</application> by running the following
|
||||||
commands:
|
commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>patch -p1 < ../pygobject-&pygobject2-version;-introspection-1.patch &&
|
<screen><userinput>./configure --prefix=/usr --disable-introspection &&
|
||||||
./configure --prefix=/usr &&
|
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -486,6 +492,11 @@ make</userinput></screen>
|
|||||||
<sect3 role="commands">
|
<sect3 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<option>--disable-introspection</option>: Omit this switch if you have
|
||||||
|
installed <xref linkend="gobject-introspection"/>.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<option>--disable-docs</option>: This option disables the rebuilding of
|
<option>--disable-docs</option>: This option disables the rebuilding of
|
||||||
the html documentation if <xref linkend="libxslt"/> is installed.
|
the html documentation if <xref linkend="libxslt"/> is installed.
|
||||||
|
Loading…
Reference in New Issue
Block a user