Changeset a2bed70


Ignore:
Timestamp:
11/29/2018 06:56:35 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
eae7f55
Parents:
1b92dc5
Message:

Add a kernel section to gpm.
Update dependencies for volume_key.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm.xml

    r1b92dc5 ra2bed70  
    7878  </sect2>
    7979
     80  <sect2 role="kernel" id='gpm-kernel'>
     81    <title>Kernel Configuration</title>
     82
     83     <para>
     84      Enable the following option in the kernel configuration and recompile the
     85      kernel if necessary:
     86     </para>
     87
     88<screen><literal>Device Drivers  ---&gt;
     89  Input device support ---&gt; [CONFIG_INPUT]
     90    &lt;*/M&gt; Mouse interface   [CONFIG_INPUT_MOUSEDEV]</literal></screen>
     91
     92     <indexterm zone="gpm gpm-kernel">
     93        <primary sortas="d-gpm">gpm</primary>
     94     </indexterm>
     95
     96  </sect2>
     97
    8098  <sect2 role="installation">
    8199    <title>Installation of GPM</title>
     100
    82101
    83102    <para>Install <application>GPM</application> by running
  • postlfs/security/volume_key.xml

    r1b92dc5 ra2bed70  
    7979      <xref linkend="glib2"/>,
    8080      <xref linkend="gpgme"/>,
    81       <xref linkend="nss"/>, and
    82       <xref linkend="python2"/>
    83     </para>
    84 
    85     <bridgehead renderas="sect4">Optional</bridgehead>
    86     <para role="optional">
     81      <xref linkend="nss"/>,
     82      <xref linkend="python2"/>, and
    8783      <xref linkend="swig"/>
    8884    </para>
Note: See TracChangeset for help on using the changeset viewer.