explicitly require python2 in mesalib dependencies as it got removed in required dependency chain

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13953 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2014-08-19 10:08:04 +00:00
parent 457bbcb626
commit 5bee1977e5
3 changed files with 4 additions and 9 deletions

View File

@ -96,7 +96,7 @@
Some packages which utilize <application>libxml2</application> (such as
<application>GNOME Doc Utils</application>) need the
<application>Python</application> module installed to function properly
and some packages (such as MesaLib) will not build properly if the
and some packages will not build properly if the
<application>Python</application> module is not available.
</para>
</note>

View File

@ -89,8 +89,9 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="xorg7-lib"/> and
<xref linkend="libdrm"/>
<xref linkend="xorg7-lib"/>,
<xref linkend="libdrm"/>, and
<xref linkend="python2"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>

View File

@ -77,12 +77,6 @@
<xref linkend="mesalib"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="python2"/> or
<xref linkend="python3"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/libepoxy"/>
</para>