Changeset 57d2e27 for x/installing


Ignore:
Timestamp:
08/18/2023 04:37:36 PM (9 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
479979e
Parents:
cb40a58
Message:

libxcb: Python 3 is now mandatory, so we no longer need to specify it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    rcb40a58 r57d2e27  
    8888    </para>
    8989
    90 
    9190  </sect2>
    9291
     
    9998    </para>
    10099
    101 <screen><userinput>PYTHON=python3                \
    102 ./configure $XORG_CONFIG      \
     100<screen><userinput>./configure $XORG_CONFIG      \
    103101            --without-doxygen \
    104102            --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
     
    128126    <title>Command Explanations</title>
    129127
     128<!-- No longer needed with 1.16, it now requires Python-3.0 or higher.
    130129    <para>
    131130      <parameter>PYTHON=python3</parameter>: This variable forces configure to
     
    133132      will automatically default to python2 if it is present.
    134133    </para>
     134-->
    135135
    136136    <para>
Note: See TracChangeset for help on using the changeset viewer.