Changeset 60ddbaf


Ignore:
Timestamp:
10/15/2017 06:23:25 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d6aa5ce
Parents:
6b7881d
Message:

Remove ninja, libffi, and python3 as dependencies
for many packages as they are now a part of LFS.

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

Files:
49 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r6b7881d r60ddbaf  
    8383    <para role="optional">
    8484      <xref linkend="icu"/>,
    85       <xref linkend="python2"/> or <xref linkend="python3"/>, and
     85      <xref linkend="python2"/>, and
    8686      <ulink url="https://www.open-mpi.org/">Open MPI</ulink>
    8787    </para>
  • general/genlib/genlib.xml

    r6b7881d r60ddbaf  
    8080  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcroco.xml"/>
    8181  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdaemon.xml"/>
    82 <!--
    83   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenuqt.xml"/>
    84 -->
     82<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenuqt.xml"/> -->
    8583  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libesmtp.xml"/>
    86   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
     84<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>-->
    8785  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgcrypt.xml"/>
    8886  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgpg-error.xml"/>
  • general/genlib/glib2.xml

    r6b7881d r60ddbaf  
    7575    <bridgehead renderas="sect3">GLib Dependencies</bridgehead>
    7676
     77<!--
    7778    <bridgehead renderas="sect4">Required</bridgehead>
    7879    <para role="required">
    79       <xref linkend="libffi"/> and
    8080      <xref linkend="python2"/> or <xref linkend="python3"/>
    8181    </para>
    82 
     82-->
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
     
    9191      <xref linkend="elfutils"/>,
    9292      <xref linkend="gtk-doc"/>,
     93      <xref linkend="python2"/>,
    9394      <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>, and
    9495      <ulink url="https://www.gnu.org/software/indent/">GNU Indent</ulink>
     
    123124    </para>
    124125
    125 <screen><userinput>./configure --prefix=/usr --with-pcre=system &amp;&amp;
     126<screen><userinput>./configure --prefix=/usr      \
     127            --with-pcre=system \
     128            --with-python=/usr/bin/python3 &amp;&amp;
    126129make</userinput></screen>
    127130
  • general/genlib/js38.xml

    r6b7881d r60ddbaf  
    8787      <xref linkend="autoconf213"/>,
    8888      <xref linkend="icu"/>,
    89       <xref linkend="libffi"/>,
    9089      <xref linkend="nspr"/>,
    9190      <xref linkend="python2"/>, and
  • general/genlib/libblockdev.xml

    r6b7881d r60ddbaf  
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
    89       <xref linkend="python3"/>,
    90       <xref linkend="nss"/>, and
     89      <xref linkend="nss"/> and
    9190      <xref linkend="cryptsetup"/>
    9291    </para>
     
    116115    </para>
    117116
    118 <screen><userinput>
    119 ./configure --prefix=/usr     \
     117<screen><userinput>./configure --prefix=/usr     \
    120118            --sysconfdir=/etc \
    121119            --without-dm      &amp;&amp;
  • general/genlib/libbytesize.xml

    r6b7881d r60ddbaf  
    8282      <xref linkend="gtk-doc"/>,
    8383      <xref linkend="python2"/>,
    84       <xref linkend="python3"/>,
    8584      <xref linkend="six"/> (python module for tests),
    8685      <ulink url="https://github.com/rhinstaller/pocketlint/releases">pocketlint</ulink> (python module for one test), and
  • general/genlib/libseccomp.xml

    r6b7881d r60ddbaf  
    7878
    7979    <bridgehead renderas="sect3">libseccomp Dependencies</bridgehead>
    80 
     80<!--
    8181    <bridgehead renderas="sect4">Required</bridgehead>
    8282    <para role="required">
    8383      <xref linkend="python3"/>
    8484    </para>
    85 
     85-->
    8686    <bridgehead renderas="sect4">Optional</bridgehead>
    8787    <para role="optional">
  • general/genlib/libxml2.xml

    r6b7881d r60ddbaf  
    9292    <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
    9393
    94     <bridgehead renderas="sect4">Recommended</bridgehead>
    95     <para role="recommended">
    96       <xref linkend="python2"/> or <xref linkend="python3"/> (to build and
     94    <bridgehead renderas="sect4">Optional</bridgehead>
     95    <para role="optional">
     96      <xref linkend="python2"/> <!--or <xref linkend="python3"/> (to build and
    9797      install a <application>Python</application> library module, additionally
    98       it is required to run the full suite of tests)
     98      it is required to run the full suite of tests)-->
    9999      <!-- As discovered by Bruce, itstool needs this module. -->
    100100    </para>
     
    136136    </para>
    137137
    138 <screen><userinput>./configure --prefix=/usr --disable-static --with-history &amp;&amp;
     138<screen><userinput>
     139./configure --prefix=/usr    \
     140            --disable-static \
     141            --with-history   \
     142            --with-python=/usr/bin/python3 &amp;&amp;
    139143make</userinput></screen>
    140144
  • general/genlib/talloc.xml

    r6b7881d r60ddbaf  
    7777      <xref linkend="DocBook"/>,
    7878      <xref linkend="docbook-xsl"/> and
    79       <xref linkend="libxslt"/> (To generate man pages),
    80       <xref linkend="python2"/> (To build Python-2 module) and
    81       <xref linkend="python3"/> (To build Python-3 module)
     79      <xref linkend="libxslt"/> (To generate man pages), and
     80      <xref linkend="python2"/> (To build Python-2 module)
    8281    </para>
    8382
  • general/genlib/wayland.xml

    r6b7881d r60ddbaf  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="libffi"/> and
    7978      <xref linkend="libxml2"/>
    8079    </para>
  • general/genutils/asciidoc.xml

    r6b7881d r60ddbaf  
    6161    <bridgehead renderas="sect3">Asciidoc Dependencies</bridgehead>
    6262
    63     <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required">
    65       <xref linkend="python2"/> or
    66       <xref linkend="python3"/>
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para role="optional">
     65      <xref linkend="python2"/>
    6766    </para>
    6867
  • general/genutils/ibus.xml

    r6b7881d r60ddbaf  
    9393      <xref linkend="pygobject3"/> (both to build the Python support library),
    9494      <xref linkend="gtk-doc"/>,
    95       <xref linkend="python3"/>,
    9695      <xref linkend="pyxdg"/> (for the <command>ibus-setup</command>), and
    9796      <xref linkend="libxkbcommon"/>,
  • general/genutils/iso-codes.xml

    r6b7881d r60ddbaf  
    7373   
    7474    <bridgehead renderas="sect3">ISO Codes Dependencies</bridgehead>
    75 
     75<!--
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    7878      <xref linkend="python3"/>
    7979    </para>
    80 
     80-->
    8181    <para condition="html" role="usernotes">User Notes:
    8282      <ulink url="&blfs-wiki;/iso-codes"/>
  • general/graphlib/exiv2.xml

    r6b7881d r60ddbaf  
    8686    <para role="optional">
    8787      <xref linkend="doxygen"/>,
    88       <xref linkend="graphviz"/>,
    89       <xref linkend="python3"/>, and
     88      <xref linkend="graphviz"/>, and
    9089      <xref linkend="libxslt"/>
    9190    </para>
  • general/graphlib/newt.xml

    r6b7881d r60ddbaf  
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
    91       <xref linkend="python2"/> and
    92       <xref linkend="python3"/>
     91      <xref linkend="python2"/>
    9392    </para>
    9493
  • general/graphlib/opencv.xml

    r6b7881d r60ddbaf  
    112112      <xref linkend="libtiff"/>,
    113113      <xref linkend="libwebp"/>,
    114       <xref linkend="python2"/>,
    115114      <xref linkend="v4l-utils"/>, and
    116115      <xref linkend="xine-lib"/>
     
    122121      <xref linkend="doxygen"/>,
    123122      <xref linkend="java"/>,
    124       <xref linkend="python3"/>,
     123      <xref linkend="python2"/>,
    125124      <ulink url="https://developer.nvidia.com/cuda-zone">Cuda</ulink>,
    126125      <ulink url="http://eigen.tuxfamily.org/">Eigen</ulink>,
  • general/prog/dbus-python.xml

    r6b7881d r60ddbaf  
    7070      <bridgehead renderas="sect5">Required</bridgehead>
    7171      <para role="required">
    72         <xref linkend="dbus-glib"/> and
    73         <xref linkend="python2"/> and/or
    74         <xref linkend="python3"/>
     72        <xref linkend="dbus-glib"/>
     73      </para>
     74
     75      <bridgehead renderas="sect5">Optional</bridgehead>
     76      <para role="optional">
     77        <xref linkend="python2"/>
    7578      </para>
    7679
  • general/prog/doxygen.xml

    r6b7881d r60ddbaf  
    108108      <xref linkend="libxml2"/> (required for the tests),
    109109      <xref linkend="llvm"/> (with clang),
    110       <xref linkend="python2"/> or <xref linkend="python3"/>,
     110      <xref linkend="python2"/>,
    111111      <xref linkend="qt5"/> (for doxywizard),
    112112      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), and
  • general/prog/guile.xml

    r6b7881d r60ddbaf  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="gc"/>,
    79       <xref linkend="libffi"/> and
     78      <xref linkend="gc"/> and
    8079      <xref linkend="libunistring"/>
    8180    </para>
  • general/prog/librep.xml

    r6b7881d r60ddbaf  
    5757      </listitem>
    5858    </itemizedlist>
    59 
     59<!--
    6060    <bridgehead renderas="sect3">Librep Dependencies</bridgehead>
    6161
     
    6464      <xref linkend="libffi"/>
    6565    </para>
    66 
     66-->
    6767    <para condition="html" role="usernotes">User Notes:
    6868    <ulink url="&blfs-wiki;/librep"/></para>
  • general/prog/llvm.xml

    r6b7881d r60ddbaf  
    153153    <bridgehead renderas="sect4">Recommended</bridgehead>
    154154    <para role="recommended">
    155       <xref linkend="libffi"/> and
    156155      <xref linkend="python2"/>
    157156    </para>
  • general/prog/pycairo.xml

    r6b7881d r60ddbaf  
    7171      <bridgehead renderas="sect5">Required</bridgehead>
    7272      <para role="required">
    73         <xref linkend="cairo"/>,
    74         <xref linkend="python2"/>, and/or
    75         <xref linkend="python3"/>
     73        <xref linkend="cairo"/>
    7674      </para>
    7775
    7876      <bridgehead renderas="sect5">Optional</bridgehead>
    7977      <para role="optional">
     78        <xref linkend="python2"/> and
    8079        <ulink url="https://hypothesis.readthedocs.io">Hypothesis</ulink>
    8180          (for tests)
  • general/prog/pycrypto.xml

    r6b7881d r60ddbaf  
    6969      <bridgehead renderas="sect4">PyCrypto Dependencies</bridgehead>
    7070
    71       <bridgehead renderas="sect5">Required</bridgehead>
    72       <para role="required">
    73         <xref linkend="python2"/> and/or
    74         <xref linkend="python3"/>
     71      <bridgehead renderas="sect5">Optional</bridgehead>
     72      <para role="optional">
     73        <xref linkend="python2"/>
    7574      </para>
    7675
  • general/prog/python2.xml

    r6b7881d r60ddbaf  
    9090
    9191    <bridgehead renderas="sect3">Python 2 Dependencies</bridgehead>
    92 
     92<!--
    9393    <bridgehead renderas="sect4">Recommended</bridgehead>
    9494    <para role="recommended">
    9595      <xref linkend="libffi"/>
    9696    </para>
    97 
     97-->
    9898    <bridgehead renderas="sect4">Optional</bridgehead>
    9999    <para role="optional">
     
    187187    <para>
    188188      <parameter>--with-system-ffi</parameter>: This switch enables linking
    189       against system version of <application>libffi</application>. Remove if
    190       you have not installed <xref linkend="libffi"/>.
     189      against system version of <application>libffi</application>.
    191190    </para>
    192191
  • general/prog/python3.xml

    r6b7881d r60ddbaf  
    4141    </para>
    4242
     43    <note><para><application>Python 3</application> was installed in LFS.
     44    The only reason to rebuild it here is if optional modules
     45    are needed.</para></note>
     46
    4347    &lfs81_checked;
    4448
     
    8892
    8993    <bridgehead renderas="sect3">Python 3 Dependencies</bridgehead>
    90 
     94<!--
    9195    <bridgehead renderas="sect4">Recommended</bridgehead>
    9296    <para role="recommended">
    9397      <xref linkend="libffi"/>
    9498    </para>
    95 
     99-->
    96100    <bridgehead renderas="sect4">Optional</bridgehead>
    97101    <para role="optional">
     
    187191    <para>
    188192      <parameter>--with-system-ffi</parameter>: This switch enables linking
    189       against system version of <application>libffi</application>. Remove if
    190       you have not installed <xref linkend="libffi"/>.
     193      against system version of <application>libffi</application>.
    191194    </para>
    192195
  • general/prog/pyxdg.xml

    r6b7881d r60ddbaf  
    6969      <bridgehead renderas="sect4">PyXDG Dependencies</bridgehead>
    7070
    71       <bridgehead renderas="sect5">Required</bridgehead>
    72       <para role="required">
    73         <xref linkend="python2"/> and/or
    74         <xref linkend="python3"/>
     71      <bridgehead renderas="sect5">Optional</bridgehead>
     72      <para role="optional">
     73        <xref linkend="python2"/>
    7574      </para>
    7675
  • general/prog/pyyaml.xml

    r6b7881d r60ddbaf  
    7070      <bridgehead renderas="sect5">Required</bridgehead>
    7171      <para role="required">
    72         <xref linkend="python2"/> and/or
    73         <xref linkend="python3"/> and
    7472        <xref linkend="yaml"/>
     73      </para>
     74
     75      <bridgehead renderas="sect5">Optional</bridgehead>
     76      <para role="optional">
     77        <xref linkend="python2"/>
    7578      </para>
    7679
  • general/prog/ruby.xml

    r6b7881d r60ddbaf  
    7979      <xref linkend="doxygen"/>,
    8080      <xref linkend="graphviz"/>,
    81       <xref linkend="libffi"/>,
    8281      <xref linkend="openssl"/>,
    8382      <xref linkend="tk"/>,
  • general/prog/rust.xml

    r6b7881d r60ddbaf  
    101101    <bridgehead renderas="sect4">Optional</bridgehead>
    102102    <para role="optional">
    103       <xref linkend="gdb"/> (used by debuginfo-gdb in the testsuite),
    104       <xref linkend="ninja"/>
     103      <xref linkend="gdb"/> (used by debuginfo-gdb in the testsuite)
    105104    </para>
    106105
  • general/prog/six.xml

    r6b7881d r60ddbaf  
    6868      <bridgehead renderas="sect4">Six Dependencies</bridgehead>
    6969
    70       <bridgehead renderas="sect5">Required Dependencies</bridgehead>
    71       <para role="required">
    72         <xref linkend="python2"/> and/or
    73         <xref linkend="python3"/>
     70      <bridgehead renderas="sect5">Optional Dependencies</bridgehead>
     71      <para role="optional">
     72        <xref linkend="python2"/>
    7473      </para>
    7574
  • general/prog/swig.xml

    r6b7881d r60ddbaf  
    138138      languages installed on your machine, so the disk space and SBU values
    139139      given for the tests may vary, and should be considered as mere orders of
    140       magnitude. If you have both <xref linkend="python2"/> and
    141       <xref linkend="python3"/> installed, the Python-3 tests are not run.
     140      magnitude. If you have <xref linkend="python2"/>
     141      installed, the Python-3 tests are not run.
    142142      You can run tests for Python-3 by issuing
    143143      <command>PY3=1 make check-python-examples</command> followed by
  • general/prog/yasm.xml

    r6b7881d r60ddbaf  
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    6464    <para role="optional">
    65       <xref linkend="python2"/> or <xref linkend="python3"/>, and
     65      <xref linkend="python2"/> and
    6666      <ulink url="http://cython.org/">Cython</ulink>
    6767    </para>
  • general/sysutils/systemd.xml

    r6b7881d r60ddbaf  
    7474    <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
    7575    <para role="recommended">
    76       <xref role="runtime" linkend="polkit"/> and
    77       <xref role="runtime" linkend="python3"/> (also required for the
    78        test suite)<!-- hwdb  and tests -->
     76      <xref role="runtime" linkend="polkit"/>
    7977    </para>
    8078
  • general/sysutils/upower.xml

    r6b7881d r60ddbaf  
    9191    <para role="optional">
    9292      <xref linkend="gtk-doc"/> and
    93       <xref linkend="python3"/>, with
    9493      <xref linkend="pygobject3"/>,
    9594      <ulink url="https://launchpad.net/umockdev/">umockdev</ulink>, and
  • gnome/platform/folks.xml

    r6b7881d r60ddbaf  
    8686    <bridgehead renderas="sect4">Recommended</bridgehead>
    8787    <para role="recommended">
    88       <xref linkend="bluez"/>,
    89       <xref linkend="python3"/>, and
     88      <xref linkend="bluez"/> and
    9089      <xref linkend="vala"/>
    9190    </para>
  • introduction/welcome/changelog.xml

    r6b7881d r60ddbaf  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Remove ninja, libffi, and python3 as dependencies
     50          for many packages as they are now a part of LFS.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[pierre] - Fix colord-1.3.5 build for SysV.</para>
    5054        </listitem>
  • multimedia/libdriv/flashplayer.xml

    r6b7881d r60ddbaf  
    130130      <xref linkend="graphite2"/>,
    131131      <xref linkend="gtk2"/>,
    132       <xref linkend="libffi"/>,
    133132      <xref linkend="pcre"/>,
    134133      <xref linkend="mesa"/>, and
  • networking/netprogs/samba.xml

    r6b7881d r60ddbaf  
    7575      <xref linkend="perl-parse-yapp"/>,
    7676      <xref linkend="pycrypto"/>,
    77       <xref linkend="python3"/>,
    7877      <xref linkend="openldap"/>, and
    7978      <xref linkend="openssl"/> <!-- This can be removed at openldap-2.4.45.-->
  • networking/netprogs/wget.xml

    r6b7881d r60ddbaf  
    7878    <para role="recommended">
    7979      <xref role="runtime" linkend="cacerts"/> (runtime),
    80       <xref linkend="openssl"/>, and
    81       <xref linkend="python3"/>
     80      <xref linkend="openssl"/>
    8281    </para>
    8382
  • packages.ent

    r6b7881d r60ddbaf  
    135135<!ENTITY libepoxy-version             "&libepoxy-minor;.3">
    136136<!ENTITY libesmtp-version             "1.0.6">
    137 <!ENTITY libffi-version               "3.2.1">
     137<!--<!ENTITY libffi-version               "3.2.1">-->
    138138<!ENTITY libgcrypt-version            "1.8.1">
    139139<!ENTITY libglade-version             "2.6.4">
  • postlfs/security/gpgme.xml

    r6b7881d r60ddbaf  
    8989      <xref linkend="clisp"/>,
    9090      <xref linkend="python2"/>,
    91       <xref linkend="python3"/>,
    9291      <xref linkend="qt5"/>, and/or
    9392      <xref linkend="swig"/> (for language bindings)
  • postlfs/security/p11-kit.xml

    r6b7881d r60ddbaf  
    7575    <bridgehead renderas="sect4">Recommended</bridgehead>
    7676    <para role="recommended">
    77       <xref linkend="cacerts"/>,
    78       <xref linkend="libtasn1"/>, and
    79       <xref linkend="libffi"/>
     77      <xref linkend="cacerts"/> and
     78      <xref linkend="libtasn1"/>
    8079    </para>
    8180
  • postlfs/security/volume_key.xml

    r6b7881d r60ddbaf  
    9696      <xref linkend="python2"/>
    9797    </para>
    98 
     98<!--
    9999    <bridgehead renderas="sect4">Optional</bridgehead>
    100100    <para role="optional">
    101101      <xref linkend="python3"/>
    102102    </para>
    103 
     103-->
    104104    <para condition="html" role="usernotes">User Notes:
    105105      <ulink url="&blfs-wiki;/volume_key"/>
  • pst/ps/mupdf.xml

    r6b7881d r60ddbaf  
    8383        <para>
    8484          Recommended patch:
    85           <ulink url="&patch-root;/mupdf-&mupdf-version;-openjpeg-2.patch"/>
     85          <ulink url="&patch-root;/mupdf-&mupdf-version;-openjpeg-3.patch"/>
    8686        </para>
    8787      </listitem>
  • pst/xml/docbook-xsl.xml

    r6b7881d r60ddbaf  
    8888      <xref linkend="libxslt"/> (or any other XSLT processor, to process
    8989      Docbook documents),
    90       <xref linkend="python2"/> or <xref linkend="python3"/> (to use
    91       <quote>extensions</quote>),
     90      <xref linkend="python2"/>,
    9291      <xref linkend="ruby"/> (to utilize the <quote>epub</quote> stylesheets),
    9392      <xref linkend="zip"/> (to produce <quote>epub3</quote> documents), and
  • x/installing/libevdev.xml

    r6b7881d r60ddbaf  
    7474
    7575      <bridgehead renderas="sect4">libevdev Dependencies</bridgehead>
    76 
     76<!--
    7777      <bridgehead renderas="sect5">Required</bridgehead>
    7878      <para role="required">
    7979        <xref linkend="python2"/> or <xref linkend="python3"/>
    8080      </para>
    81 
     81-->
    8282      <bridgehead renderas="sect5">Optional</bridgehead>
    8383      <para role="optional">
    8484        <xref linkend="check"/> (required for tests),
    85         <xref linkend="doxygen"/>, and
     85        <xref linkend="doxygen"/>,
     86        <xref linkend="python2"/>, and
    8687        <xref linkend="valgrind"/> (optional for tests)
    8788      </para>
  • x/installing/xcb-proto.xml

    r6b7881d r60ddbaf  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="python2"/> or
    81       <xref linkend="python3"/>, and
    8280      <xref linkend="xorg-env"/> (should be set for the following instructions
    8381      to work)
    8482    </para>
    8583
    86     <bridgehead renderas="sect4">Optional (required to run the
    87     tests)</bridgehead>
    88     <para role="optional"><xref linkend="libxml2"/></para>
     84    <bridgehead renderas="sect4">Optional</bridgehead>
     85    <para role="optional">
     86      <xref linkend="python2"/> and
     87      <xref linkend="libxml2"/> (required to run the tests)
     88     </para>
    8989
    9090    <para condition="html" role="usernotes">User Notes:
  • x/lib/qtwebengine.xml

    r6b7881d r60ddbaf  
    4242      <application>QtWebEngine</application> integrates
    4343      <application>chromium</application>&quot;s web capabilities into Qt. It
    44       ships with its own copy of <xref linkend="ninja"/> which it uses for the
     44      ships with its own copy of ninja which it uses for the
    4545      build, and various copies of libraries from ffmpeg, icu, libvpx, and zlib
    4646      (including libminizip) which have been forked by the
  • xsoft/office/libreoffice.xml

    r6b7881d r60ddbaf  
    197197      <xref linkend="poppler"/>,
    198198      <xref linkend="postgresql"/>,
    199       <xref linkend="python3"/>,
    200199      <xref linkend="redland"/>,
    201200      <xref linkend="serf"/>, and
Note: See TracChangeset for help on using the changeset viewer.