Changeset cac7f93 for x/installing


Ignore:
Timestamp:
09/20/2019 02:15:17 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
3f6286f
Parents:
5f308941
Message:

Add some "nodep" role to alternative dependencies. Mostly does not change
the rendered book, but allows to simplify the dependency chain for jhalfs

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

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libevdev.xml

    r5f308941 rcac7f93  
    7474
    7575      <bridgehead renderas="sect4">libevdev Dependencies</bridgehead>
    76 <!--
    77       <bridgehead renderas="sect5">Required</bridgehead>
    78       <para role="required">
    79         <xref linkend="python2"/> or <xref linkend="python3"/>
    80       </para>
    81 -->
     76
    8277      <bridgehead renderas="sect5">Optional</bridgehead>
    8378      <para role="optional">
  • x/installing/libinput.xml

    r5f308941 rcac7f93  
    195195
    196196    <para>
    197       <option>-Dudev-dir=/lib/udev</option>: This switch
     197      <parameter>-Dudev-dir=/lib/udev</parameter>: This switch
    198198      specifies where UDev rules and hwdb files will be installed.
    199199    </para>
    200200
    201201    <para>
    202       <option>-Ddebug-gui=false</option>: This switch
     202      <parameter>-Ddebug-gui=false</parameter>: This switch
    203203      disables creation of a visual debug helper for libinput. Remove
    204204      if you want it, and you have <xref linkend="gtk3"/> installed.
     
    206206
    207207    <para>
    208       <option>-Dtests=false</option>: This switch disables compilation of the
    209       main tests.  Even with the tests defined as false, you can still run the
    210       first four minor tests, as a regular user, but one will be skipped if
    211       <ulink url="https://pypi.org/project/pyparsing">PyParsing</ulink> is not installed.
    212     </para>
    213 
    214     <para>
    215       <option>-Ddocumentation=false</option>: This switch disables
     208      <parameter>-Dtests=false</parameter>: This switch disables compilation of
     209      the main tests.  Even with the tests defined as false, you can still run
     210      the first four minor tests, as a regular user, but one will be skipped if
     211      <ulink url="https://pypi.org/project/pyparsing">PyParsing</ulink> is not
     212      installed.
     213    </para>
     214
     215    <para>
     216      <parameter>-Ddocumentation=false</parameter>: This switch disables
    216217      generation of the documentation. Remove if you want to generate it, and
    217218      you have <xref linkend="doxygen"/> and <xref linkend="graphviz"/>
     
    219220    </para>
    220221
    221     <para revision="sysv">
    222       <option>-Dlibwacom=false</option>: Remove this
    223       option if you have the external library libwacom installed.
    224     </para>
    225 
    226     <para revision="systemd">
    227       <option>-Dlibwacom=false</option>: Remove this option if you
     222    <para>
     223      <parameter>-Dlibwacom=false</parameter>: Remove this option if you
    228224      have <xref linkend="libwacom"/> installed, or if you are installing
    229225      GNOME.
Note: See TracChangeset for help on using the changeset viewer.