Changeset 13e0a61 for general/prog


Ignore:
Timestamp:
06/01/2013 08:03:58 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
af73a280
Parents:
dcdde93
Message:

Merge trunk and systemd branch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11231 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    rdcdde93 r13e0a61  
    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"/>. Note that it
     498        conflicts with <xref linkend="pygobject3"/>.
     499      </para>
    488500
    489501      <para>
     
    738750      </para>
    739751
    740       <bridgehead renderas="sect5">Required (gtk.libglade module)</bridgehead>
     752      <bridgehead renderas="sect5">Required (gtk.glade module)</bridgehead>
    741753      <para role="required">
    742754        <xref linkend="py2cairo"/> and
Note: See TracChangeset for help on using the changeset viewer.