mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
6fbeb06766
Update to xcb-util-cursor-0.1.3. Update to xproto-7.0.29. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17352 af4574ff-66df-0310-9fd7-8a98e5e911e0
228 lines
7.0 KiB
XML
228 lines
7.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libinput-version "1.3.0">
|
|
|
|
<!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
|
|
<!ENTITY libinput-download-ftp " ">
|
|
<!ENTITY libinput-md5sum "5f8bc2c746bfbc9454143f78e5b477a9">
|
|
<!ENTITY libinput-size "860 KB">
|
|
<!ENTITY libinput-buildsize "32 MB">
|
|
<!ENTITY libinput-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect2 id="libinput" xreflabel="libinput-&libinput-version;">
|
|
<?dbhtml filename="libinput.html"?>
|
|
|
|
<sect2info>
|
|
<othername>$LastChangedBy: renodr $</othername>
|
|
<date>$Date: 2015-09-14 17:42:53 -0500 (Mon, 14 Sep 2015) $</date>
|
|
</sect2info>
|
|
|
|
<title>libinput-&libinput-version;</title>
|
|
|
|
<indexterm zone="libinput">
|
|
<primary sortas="a-libinput">libinput</primary>
|
|
</indexterm>
|
|
|
|
<sect3 role="package">
|
|
<title>Introduction to libinput</title>
|
|
|
|
<para>
|
|
<application>libinput</application> is a library that handles
|
|
input devices for display servers and other applications that
|
|
need to directly deal with input devices.
|
|
</para>
|
|
|
|
&lfs79_checked;
|
|
&gcc6_checked;
|
|
|
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libinput-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libinput-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libinput-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libinput-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libinput-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libinput-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect4">libinput Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect5">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="libevdev"/> and
|
|
<xref linkend="mtdev"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect5">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="check"/> and
|
|
<xref linkend="valgrind"/> (to build the tests),
|
|
<xref linkend="doxygen"/> and
|
|
<xref linkend="graphviz"/> (to build the documentation)
|
|
<xref linkend="gtk3"/> (to build the GUI event viewer),
|
|
<ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, and
|
|
<ulink url="https://sourceforge.net/projects/linuxwacom/files/libwacom/">libwacom</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/libinput"/>
|
|
</para>
|
|
</sect3>
|
|
|
|
<sect3 role="installation">
|
|
<title>Installation of libinput</title>
|
|
|
|
<para>
|
|
Install <application>libinput</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure $XORG_CONFIG \
|
|
--disable-libwacom \
|
|
--with-udev-dir=/lib/udev &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
Running the testsuite for this package can be dangerous, as
|
|
it creates a number of dummy input devices on the currently
|
|
running system that can lead to crashing a local X server or
|
|
a desktop environment. If you understand the risks and have
|
|
the optional <xref linkend="check"/> and
|
|
<xref linkend="valgrind"/> packages installed, the regression
|
|
tests can be run as the <systemitem
|
|
class="username">root</systemitem> user with
|
|
<userinput>make check</userinput>. Note that depending on
|
|
the system configuration and hardware, some tests may fail.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
<para>
|
|
If <xref linkend="doxygen"/> and <xref linkend="graphviz"/> were
|
|
present during the build, you can install the generated documentation
|
|
by running the following commands as the <systemitem
|
|
class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>install -v -dm755 $XORG_PREFIX/share/doc/libinput-&libinput-version; &&
|
|
cp -rv doc/html/* $XORG_PREFIX/share/doc/libinput-&libinput-version;</userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
<sect3 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>--disable-libwacom</parameter>: Remove this
|
|
option if you have the external library libwacom installed.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--with-udev-dir=/lib/udev</parameter>: This switch
|
|
specifies where UDev rules and hwdb files will be installed.
|
|
</para>
|
|
|
|
</sect3>
|
|
|
|
<sect3 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
libinput-debug-events and libinput-list-devices
|
|
</seg>
|
|
<seg>
|
|
libinput.so
|
|
</seg>
|
|
<seg>
|
|
$XORG_PREFIX/share/doc/libinput-&libinput-version;
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libinput-debug-events">
|
|
<term><command>libinput-debug-events</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a debug helper for <application>libinput</application>.
|
|
</para>
|
|
<indexterm zone="libinput libinput-debug-events">
|
|
<primary sortas="b-libinput-debug-events">libinput-debug-events</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libinput-list-devices">
|
|
<term><command>libinput-list-devices</command></term>
|
|
<listitem>
|
|
<para>
|
|
lists local devices as recognized by
|
|
<application>libinput</application>.
|
|
</para>
|
|
<indexterm zone="libinput libinput-list-devices">
|
|
<primary sortas="b-libinput-list-devices">libinput-list-devices</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libinput-lib">
|
|
<term><filename class="libraryfile">libinput.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains API functions for handling input devices.
|
|
</para>
|
|
<indexterm zone="libinput libinput-lib">
|
|
<primary sortas="c-libinput">libinput.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|