Changeset c5d808b


Ignore:
Timestamp:
05/30/2013 08:38:12 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9beb334
Parents:
679fcde6
Message:

Disable introspection by default for PyGObject-2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11215 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules.xml

    r679fcde6 rc5d808b  
    436436      <listitem>
    437437        <para>
    438           Required patch (if you have installed
    439           <xref linkend="gobject-introspection"/>):
     438          Optional patch:
    440439          <ulink url="&patch-root;/pygobject-&pygobject2-version;-introspection-1.patch"/>
    441440        </para>
     
    453452      <bridgehead renderas="sect5">Optional</bridgehead>
    454453      <para role="optional">
     454        <xref linkend="gobject-introspection"/> and
    455455        <xref linkend="libxslt"/> (to Build Documentation)
    456456      </para>
     
    465465
    466466      <para>
     467        If you have installed <xref linkend="gobject-introspection"/>, apply the
     468        required patch by running the following commands:
     469      </para>
     470
     471<screen><userinput>patch -p1 &lt; ../pygobject-&pygobject2-version;-introspection-1.patch</userinput></screen>
     472
     473      <para>
    467474        Install <application>PyGObject</application> by running the following
    468475        commands:
    469476      </para>
    470477
    471 <screen><userinput>patch -p1 &lt; ../pygobject-&pygobject2-version;-introspection-1.patch &amp;&amp;
    472 ./configure --prefix=/usr &amp;&amp;
     478<screen><userinput>./configure --prefix=/usr --disable-introspection &amp;&amp;
    473479make</userinput></screen>
    474480
     
    486492    <sect3 role="commands">
    487493      <title>Command Explanations</title>
     494
     495      <para>
     496        <option>--disable-introspection</option>: Omit this switch if you have
     497        installed <xref linkend="gobject-introspection"/>.
     498      </para>
    488499
    489500      <para>
Note: See TracChangeset for help on using the changeset viewer.