Changeset c36db1c for x/installing


Ignore:
Timestamp:
07/31/2023 01:44:36 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
6af847b
Parents:
d9e1464
git-author:
Xi Ruoyao <xry111@…> (07/29/2023 05:24:20 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:36 PM)
Message:

Convert the remaining of X to use the new kernel-config system

Location:
x/installing
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libevdev-kernel.xml

    rd9e1464 rc36db1c  
    77  Input device support ---&gt;
    88    -*-   Generic input layer (needed for keyboard, mouse, ...)          [INPUT]
    9     &lt;*/M&gt;   Event interface                                        [INPUT_EVDEV]
    10     [*]     Miscellaneous devices ---&gt;                              [INPUT_MISC]
    11       &lt;*/M&gt;   User level driver support                           [INPUT_UINPUT]</literal></screen>
     9    &lt;*/M&gt;   Event interface                                        [INPUT_EVDEV]</literal></screen>
  • x/installing/libevdev.xml

    rd9e1464 rc36db1c  
    9494
    9595      <para>
    96         The last item is not strictly required for libevdev. If it is
    97         compiled as a module, it is not loaded automatically.
    98         It is needed for full test coverage.
     96        If you want to test this package with full coverage,
     97        the following options are needed as well:
     98      </para>
     99
     100      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     101        href="libevdev-test-kernel.xml"/>
     102
     103      <para>
     104        If you build this as a module, it needs to be inserted before the test suite
     105        runs.
    99106      </para>
    100107
  • x/installing/libinput.xml

    rd9e1464 rc36db1c  
    110110      </para>
    111111
    112 <screen><literal>Device Drivers ---&gt;
    113   Input device support ---&gt;
    114     Miscellaneous Devices ---&gt;
    115     &lt;*/M&gt;   User level driver support        [CONFIG_INPUT_UINPUT]</literal></screen>
     112      <!-- Yes, "libevdev" is not a typo.  libinput test suite needs the
     113           same option as libevdev.  -->
     114      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     115        href="libevdev-test-kernel.xml"/>
    116116
    117117      <para>
  • x/installing/x7driver-wacom.xml

    rd9e1464 rc36db1c  
    100100      </para>
    101101
    102 <screen><literal>Device Drivers  ---&gt;
    103   HID support  ---&gt;
    104     -*- HID bus support                                      [CONFIG_HID]
    105          Special HID drivers ---&gt;
    106               &lt;*/M&gt; Wacom Intuos/Graphire tablet support (USB) [CONFIG_HID_WACOM]</literal></screen>
     102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     103      href="x7driver-wacom-kernel.xml"/>
    107104
    108105      <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
Note: See TracChangeset for help on using the changeset viewer.