Changeset 830873e


Ignore:
Timestamp:
06/28/2024 02:11:27 PM (7 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
e1243a56
Parents:
e406e16
Message:

Update to libinput-1.26.1 (Xorg input driver).

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re406e16 r830873e  
    4343      <para>June 28th, 2024</para>
    4444      <itemizedlist>
     45        <listitem>
     46          <para>[bdubbs] - Update to libinput-1.26.1 (Xorg input driver). Fixes
     47          <ulink url="&blfs-ticket-root;20009">#20009</ulink>.</para>
     48        </listitem>
    4549        <listitem>
    4650          <para>[bdubbs] - Update to mupdf-1.24.5. Fixes
  • x/installing/libinput.xml

    re406e16 r830873e  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.26.0">
     7  <!ENTITY libinput-version "1.26.1">
    88
    99<!--  <!ENTITY libinput-download-http "https://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">-->
     
    1111>
    1212  <!ENTITY libinput-download-ftp  " ">
    13   <!ENTITY libinput-md5sum        "05451ab8d64d5525dd9a355ccdc657fd">
     13  <!ENTITY libinput-md5sum        "aae34911d662f77c1cd9be60c8502664">
    1414  <!ENTITY libinput-size          "1.0 MB">
    1515  <!ENTITY libinput-buildsize     "11 MB (add 23 MB for documentation and 9.6 MB for tests)">
     
    145145cd    build &amp;&amp;
    146146
    147 meson setup --prefix=$XORG_PREFIX    \
    148             --buildtype=release      \
    149             -Ddebug-gui=false        \
    150             -Dtests=false            \
    151             -Dlibwacom=false         \
    152             -Dudev-dir=/usr/lib/udev \
    153             ..                      &amp;&amp;
     147meson setup ..                  \
     148      --prefix=$XORG_PREFIX     \
     149      --buildtype=release       \
     150      -D debug-gui=false        \
     151      -D tests=false            \
     152      -D libwacom=false        \
     153      -D udev-dir=/usr/lib/udev &amp;&amp;
    154154ninja</userinput></screen>
    155155
    156156      <note>
    157157        <para>
    158           If you want to run the full tests, remove -Dtests from the
     158          If you want to run the full tests, remove -D tests from the
    159159          <command>meson</command> command above. Please read "kernel
    160160          configuration for running the libinput test suite" (above).
     
    176176
    177177      <para>
    178         If you have passed <option>-Ddocumentation=true</option> to
     178        If you have passed <option>-D documentation=true</option> to
    179179        <command>meson</command>, you can install the generated documentation
    180180        by running the following commands as the <systemitem
     
    197197
    198198      <para>
    199         <parameter>-Ddebug-gui=false</parameter>: This switch
     199        <parameter>-D debug-gui=false</parameter>: This switch
    200200        disables creation of a visual debug helper for libinput. Remove
    201201        if you want it, and you have <xref linkend="gtk3"/> installed.
     
    203203
    204204      <para>
    205         <parameter>-Dtests=false</parameter>: This switch disables compilation of
     205        <parameter>-D tests=false</parameter>: This switch disables compilation of
    206206        the main tests.  Even with the tests defined as false, you can still run
    207207        the first four minor tests, as a regular user, but one will be skipped if
     
    210210
    211211      <para>
    212         <parameter>-Dlibwacom=false</parameter>: Remove this option if you
     212        <parameter>-D libwacom=false</parameter>: Remove this option if you
    213213        have <xref linkend="libwacom"/> installed, or if you are installing
    214214        GNOME.
     
    216216
    217217      <para>
    218         <parameter>-Dudev-dir=/usr/lib/udev</parameter>: In case that the
     218        <parameter>-D udev-dir=/usr/lib/udev</parameter>: In case that the
    219219        value of <envar>XORG_PREFIX</envar> is not set to
    220220        <filename class='directory'>/usr</filename>, this option prevents
     
    227227
    228228      <para>
    229         <option>-Ddocumentation=true</option>: This switch enables
     229        <option>-D documentation=true</option>: This switch enables
    230230        generation of the documentation. Add it if you want to generate
    231231        the documentation. You must have <xref linkend="doxygen"/> and
Note: See TracChangeset for help on using the changeset viewer.