Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libevdev-systemd.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!-- Place this in the general.ent file
    8   <!ENTITY libevdev-version "">
    9   -->
    10 
    117  <!ENTITY libevdev-download-http "http://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz">
    128  <!ENTITY libevdev-download-ftp  " ">
    13   <!ENTITY libevdev-md5sum        "80c7b490bf3e7ec8e8b60d4fb307b664">
    14   <!ENTITY libevdev-size          "378 KB">
    15   <!ENTITY libevdev-buildsize     "6.8 MB">
    16   <!ENTITY libevdev-time          "0.1 SBU (0.3 SBU with all tests)">
     9  <!ENTITY libevdev-md5sum        "2fc170e2d6f543ba26e7c79f95dc1935">
     10  <!ENTITY libevdev-size          "400 KB">
     11  <!ENTITY libevdev-buildsize     "8.8 MB">
     12  <!ENTITY libevdev-time          "0.2 SBU">
    1713]>
    1814
     
    4137    </para>
    4238
    43     &lfs76_checked;
     39    &lfs77_checked;
    4440
    4541    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8177    <bridgehead renderas="sect4">Required</bridgehead>
    8278    <para role="required">
    83       <xref linkend="python2"/>
     79      <xref linkend="python2"/> or
     80      <xref linkend="python3"/>
    8481    </para>
    8582
     
    8784    <para role="optional">
    8885      <xref linkend="check"/>,
    89       <xref linkend="doxygen"/>, and
     86      <xref linkend="doxygen"/> and
    9087      <xref linkend="valgrind"/>
    9188    </para>
     
    9693  </sect2>
    9794
     95  <sect2 role="kernel" id="libevdev-kernel">
     96    <title>Kernel Configuration</title>
     97
     98  <para>
     99    Enable the following options in the kernel configuration and recompile the
     100    kernel if necessary:
     101  </para>
     102
     103<screen><literal>Device Drivers  ---&gt;
     104  Input device support ---&gt;
     105    &lt;*&gt; Generic input layer (needed for...) [CONFIG_INPUT]
     106    &lt;*&gt;   Event interface                   [CONFIG_INPUT_EVDEV]
     107    [*]   Miscellaneous devices  ---&gt;       [CONFIG_INPUT_MISC]
     108      &lt;*&gt;    User level driver support      [CONFIG_INPUT_UINPUT]</literal></screen>
     109
     110    <indexterm zone="libevdev libevdev-kernel">
     111      <primary sortas="d-libevdev">libevdev</primary>
     112    </indexterm>
     113  </sect2>
     114
    98115  <sect2 role="installation">
    99116    <title>Installation of libevdev</title>
    100 
    101     <para>
    102       If <xref linkend="valgrind"/> is installed and tests are
    103       going to be run, fix a testing problem:
    104     </para>
    105  
    106 <screen><userinput>cat &gt;&gt; test/valgrind.suppressions &lt;&lt; "EOF"
    107 {
    108    &lt;timer_create@@GLIBC_2.3.3-2&gt;
    109    Memcheck:Param
    110    timer_create(evp)
    111    fun:timer_create@@GLIBC_2.3.3
    112    fun:check_get_clockid
    113    fun:srunner_run
    114    fun:main
    115 }
    116 EOF</userinput></screen>
    117117
    118118    <para>
     
    157157      <seglistitem>
    158158        <seg>
     159          libevdev-tweak-device, mouse-dpi-tool and
    159160          touchpad-edge-detector
    160161        </seg>
     
    163164        </seg>
    164165        <seg>
    165           None
     166          /usr/include/libevdev-1.0
    166167        </seg>
    167168      </seglistitem>
     
    173174      <?dbhtml list-presentation="table"?>
    174175
     176      <varlistentry id="libevdev-tweak-device">
     177        <term><command>libevdev-tweak-device</command></term>
     178        <listitem>
     179          <para>
     180            is a tool to change some kernel device properties.
     181          </para>
     182          <indexterm zone="libevdev libevdev-tweak-device">
     183            <primary sortas="b-libevdev-tweak-device">libevdev-tweak-device</primary>
     184          </indexterm>
     185        </listitem>
     186      </varlistentry>
     187
     188      <varlistentry id="mouse-dpi-tool">
     189        <term><command>mouse-dpi-tool</command></term>
     190        <listitem>
     191          <para>
     192            is a tool to estimate the resolution of a mouse.
     193          </para>
     194          <indexterm zone="libevdev mouse-dpi-tool">
     195            <primary sortas="b-mouse-dpi-tool">mouse-dpi-tool</primary>
     196          </indexterm>
     197        </listitem>
     198      </varlistentry>
     199
     200      <varlistentry id="touchpad-edge-detector">
     201        <term><command>touchpad-edge-detector</command></term>
     202        <listitem>
     203          <para>
     204            is a tool that reads the touchpad events from the
     205            kernel and calculates the minimum and maximum for
     206            the x and y coordinates, respectively.
     207          </para>
     208          <indexterm zone="libevdev touchpad-edge-detector">
     209            <primary sortas="b-touchpad-edge-detector">touchpad-edge-detector</primary>
     210          </indexterm>
     211        </listitem>
     212      </varlistentry>
     213
    175214      <varlistentry id="libevdev-lib">
    176215        <term><filename class="libraryfile">libevdev.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.