Ignore:
Timestamp:
11/14/2021 09:50:16 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
157b2eb8, b43f617
Parents:
6b4bc17
Message:

Updates
glib-2.70.1
cmake-3.21.4
libevdev-1.12.0
mesa-21.2.5
libdrm-2.4.108

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libevdev.xml

    r6b4bc17 rf72bfbe1  
    55  %general-entities;
    66
    7   <!ENTITY libevdev-version "1.11.0">
     7  <!ENTITY libevdev-version "1.12.0">
    88
    99  <!ENTITY libevdev-download-http "https://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz">
    1010  <!ENTITY libevdev-download-ftp  " ">
    11   <!ENTITY libevdev-md5sum        "b09838ec120dabeebc08fa6a1943594f">
    12   <!ENTITY libevdev-size          "436 KB">
     11  <!ENTITY libevdev-md5sum        "2186bc6b92c2c9573d8915b0a43acb43">
     12  <!ENTITY libevdev-size          "433 KB">
    1313  <!ENTITY libevdev-buildsize     "9.1 MB (with tests)">
    1414  <!ENTITY libevdev-time          "0.2 SBU (with tests)">
     
    8888      <title>Kernel Configuration</title>
    8989
    90     <para>
    91       Enable the following options in the kernel configuration and recompile the
    92       kernel if necessary:
    93     </para>
     90      <para>
     91        Enable the following options in the kernel configuration and recompile
     92        the kernel if necessary:
     93      </para>
    9494
    9595<screen><literal>Device Drivers  ---&gt;
     
    9898    &lt;*&gt;   Event interface                   [CONFIG_INPUT_EVDEV]
    9999    [*]   Miscellaneous devices  ---&gt;       [CONFIG_INPUT_MISC]
    100       &lt;*&gt;    User level driver support      [CONFIG_INPUT_UINPUT]</literal></screen>
     100      &lt;*/m&gt;    User level driver support    [CONFIG_INPUT_UINPUT]</literal></screen>
     101
     102      <para>
     103        The last item is not strictly required for libevdev. If it is
     104        compiled as a module, it is not loaded automatically.
     105        It is needed for full test coverage.
     106      </para>
    101107
    102108      <indexterm zone="libevdev libevdev-kernel">
     
    119125        The regression tests can be run as the <systemitem
    120126        class="username">root</systemitem> user with <command>make
    121         check</command>, in a graphical session. Note that on some systems, the
     127        check</command>, in a graphical session. You need to have enabled
     128        the CONFIG_INPUT_UINPUT setting in the kernel for full test coverage.
     129        If it is enabled as a module, the module is named
     130        <command>uinput</command> and needs to be loaded before running the
     131        tests. Note that on some systems, the
    122132        tests may cause a hard lockup and require a reboot. On laptops, the
    123133        system will go into Sleep and need to be woken up to finish the test
Note: See TracChangeset for help on using the changeset viewer.