Changeset 5159bc2


Ignore:
Timestamp:
06/14/2016 08:08:06 AM (8 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.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, nosym, 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:
39fdfae4
Parents:
6c322a4
Message:

fix xcb-proto and libxcb build with python3

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

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    r6c322a4 r5159bc2  
    5959    </itemizedlist>
    6060
     61    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     62    <itemizedlist spacing="compact">
     63      <listitem>
     64        <para>
     65          Required patch (for Python 3): <ulink
     66          url="&patch-root;/libxcb-&libxcb-version;-python3-1.patch"/>
     67        </para>
     68      </listitem>
     69    </itemizedlist>
     70
    6171    <bridgehead renderas="sect3">libxcb Dependencies</bridgehead>
    6272
    6373    <bridgehead renderas="sect4">Required</bridgehead>
    6474    <para role="required">
    65       <xref linkend="libXau"/>,
    66       <xref linkend="python2"/>, and
     75      <xref linkend="libXau"/> and
    6776      <xref linkend="xcb-proto"/>
    6877    </para>
     
    8796  <sect2 role="installation">
    8897    <title>Installation of libxcb</title>
     98
     99    <para>
     100      If building with Python 3, issue the following command:
     101    </para>
     102
     103<screen><userinput>patch -Np1 -i ../libxcb-&libxcb-version;-python3-1.patch</userinput></screen>
    89104
    90105    <para>Install <application>libxcb</application> by running the following
  • x/installing/xcb-proto.xml

    r6c322a4 r5159bc2  
    6262      <listitem>
    6363        <para>
     64          Required patch (for Python 3): <ulink
     65          url="&patch-root;/xcb-proto-&xcb-proto-version;-python3-1.patch"/>
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
    6470          Recommended patch:
    6571          <ulink url="&patch-root;/xcb-proto-&xcb-proto-version;-schema-1.patch"/>
     
    9399
    94100<screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-schema-1.patch</userinput></screen>
     101
     102    <para>
     103      If building with Python 3, issue the following command:
     104    </para>
     105
     106<screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-python3-1.patch</userinput></screen>
    95107
    96108    <para>Install <application>xcb-proto</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.