Changeset 5a86470 for x


Ignore:
Timestamp:
05/18/2021 10:50:14 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
7c95cc15
Parents:
7246c35
Message:

libxcb: Force the usage of python3 if python2 is installed, and also add
command explanations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    r7246c35 r5a86470  
    104104    </para>
    105105
    106 <screen><userinput>CFLAGS="${CFLAGS:--O2 -g} -Wno-error=format-extra-args" ./configure $XORG_CONFIG      \
     106<screen><userinput>CFLAGS="${CFLAGS:--O2 -g} -Wno-error=format-extra-args" \
     107PYTHON=python3                \
     108./configure $XORG_CONFIG      \
    107109            --without-doxygen \
    108110            --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
     
    123125  <sect2 role="commands">
    124126    <title>Command Explanations</title>
     127
     128    <para>
     129      <parameter>CFLAGS=...</parameter>: This variable fixes building this
     130      package with GCC-10 and later.
     131    </para>
     132
     133    <para>
     134      <parameter>PYTHON=python3</parameter>: This variable forces configure to
     135      use python3 instead of python2. The configure script for this package
     136      will automatically default to python2 if it is present.
     137    </para>
    125138
    126139    <para>
Note: See TracChangeset for help on using the changeset viewer.