mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to libevdev-1.4.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16152 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1cfd61d737
commit
b8ad04074f
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>June 23rd, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to libevdev-1.4.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;6637">#6637</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - gdk-pixbuf-2.31.4, Pango-1.36.8 and Cairo-1.14.2:
|
||||
fix dependencies. Fixes
|
||||
|
@ -4,14 +4,14 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libevdev-version "1.4.2">
|
||||
<!ENTITY libevdev-version "1.4.3">
|
||||
|
||||
<!ENTITY libevdev-download-http "http://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz">
|
||||
<!ENTITY libevdev-download-ftp " ">
|
||||
<!ENTITY libevdev-md5sum "debfcd5153558eba25a8e71eb2534ae8">
|
||||
<!ENTITY libevdev-md5sum "2fc170e2d6f543ba26e7c79f95dc1935">
|
||||
<!ENTITY libevdev-size "400 KB">
|
||||
<!ENTITY libevdev-buildsize "8.6 MB (with tests)">
|
||||
<!ENTITY libevdev-time "0.1 SBU (0.2 SBU with tests)">
|
||||
<!ENTITY libevdev-buildsize "8.9 MB (with tests)">
|
||||
<!ENTITY libevdev-time "0.2 SBU (with tests)">
|
||||
]>
|
||||
|
||||
<!-- Begin Xorg Libevdev Driver -->
|
||||
@ -118,10 +118,12 @@
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you have the optional <xref linkend='check'/> package installed,
|
||||
the regression tests can be run as the <systemitem
|
||||
class="username">root</systemitem> user with
|
||||
<command>make check</command>.
|
||||
If you have the optional <xref linkend='check'/> package installed, the
|
||||
regression tests can be run as the <systemitem
|
||||
class="username">root</systemitem> user with <command>make
|
||||
check</command>, in a graphical session. One test shuts down and locks
|
||||
the screen, then you are asked to give the password to unlock it and
|
||||
get the previous state back.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -181,6 +183,20 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="touchpad-edge-detector">
|
||||
<term><command>touchpad-edge-detector</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
touchpad-edge-detector is a tool that reads the touchpad events
|
||||
from the kernel and calculates the minimum and maximum for the x
|
||||
and y coordinates, respectively.
|
||||
</para>
|
||||
<indexterm zone="libevdev touchpad-edge-detector">
|
||||
<primary sortas="b-touchpad-edge-detector">touchpad-edge-detector</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libevdev-lib">
|
||||
<term><filename class="libraryfile">libevdev.so</filename></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user