Author: andy
Date: 2012-03-28 19:47:46 -0600 (Wed, 28 Mar 2012)
New Revision: 9794

Modified:
   trunk/BOOK/general/prog/python-modules.xml
Log:
patch pygobject2 to compile with gobject-introspection

Modified: trunk/BOOK/general/prog/python-modules.xml
===================================================================
--- trunk/BOOK/general/prog/python-modules.xml  2012-03-28 21:39:14 UTC (rev 
9793)
+++ trunk/BOOK/general/prog/python-modules.xml  2012-03-29 01:47:46 UTC (rev 
9794)
@@ -522,6 +522,17 @@
         </listitem>
       </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch (if you have installed
+          <xref linkend="gobject-introspection"/>):
+          <ulink 
url="&patch-root;/pygobject2-&pygobject2-version;-introspection-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
       <bridgehead renderas="sect4">PyGObject Dependencies</bridgehead>
 
       <bridgehead renderas="sect5">Required</bridgehead>
@@ -543,8 +554,8 @@
       <para>Install <application>PyGObject</application> by running the 
following
       commands:</para>
 
-<screen><userinput>./configure --prefix=/usr \
-            --disable-introspection &amp;&amp;
+<screen><userinput>patch -p1 &lt; 
../pygobject2-&pygobject2-version;-introspection-1.patch &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
       <!-- not strictly true, blows up with

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to