Author: renodr
Date: Wed Sep 25 09:06:04 2019
New Revision: 22200

Log:
dbus-python: Add optional dependency on pygobject for tests
babl: Remove now-unneeded instruction for i686 systems (tested today)

Modified:
   trunk/BOOK/general/graphlib/babl.xml
   trunk/BOOK/general/prog/dbus-python.xml

Modified: trunk/BOOK/general/graphlib/babl.xml
==============================================================================
--- trunk/BOOK/general/graphlib/babl.xml        Wed Sep 25 07:35:36 2019        
(r22199)
+++ trunk/BOOK/general/graphlib/babl.xml        Wed Sep 25 09:06:04 2019        
(r22200)
@@ -91,15 +91,6 @@
     <title>Installation of Babl</title>
 
     <para>
-      First, if you are on i686, fix a compilation error caused by a target
-      option type mismatch.
-    </para>
-
-<screen><userinput remap="pre">case $(uname -m) in
-   i?86) sed -i '27 s/no_cflags/sse2_cflags/' extensions/meson.build ;;
-esac</userinput></screen>
-
-    <para>
       Install <application>Babl</application> by running the following 
commands:
     </para>
 

Modified: trunk/BOOK/general/prog/dbus-python.xml
==============================================================================
--- trunk/BOOK/general/prog/dbus-python.xml     Wed Sep 25 07:35:36 2019        
(r22199)
+++ trunk/BOOK/general/prog/dbus-python.xml     Wed Sep 25 09:06:04 2019        
(r22200)
@@ -81,8 +81,9 @@
 
       <bridgehead renderas="sect5">Optional</bridgehead>
       <para role="optional">
-        <ulink url="https://pypi.python.org/pypi/tap.py/";>tap.py</ulink> 
-           (required for tests)
+        <xref linkend="pygobject3"/> and
+        <ulink url="https://pypi.python.org/pypi/tap.py/";>tap.py</ulink>
+        (required for some tests)
       </para>
 
       <bridgehead renderas="sect5">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to