Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libwacom.xml

    r20a35ab r51718d1  
    77  <!ENTITY libwacom-download-http "https://github.com/linuxwacom/libwacom/releases/download/libwacom-&libwacom-version;/libwacom-&libwacom-version;.tar.bz2">
    88  <!ENTITY libwacom-download-ftp  " ">
    9   <!ENTITY libwacom-md5sum        "03a360811b094ab97b3e2c1feb1db599">
    10   <!ENTITY libwacom-size          "507 KB">
    11   <!ENTITY libwacom-buildsize     "6.2 MB (with tests)">
     9  <!ENTITY libwacom-md5sum        "364bd470a35334b1a7fce70a359796d5">
     10  <!ENTITY libwacom-size          "504 KB">
     11  <!ENTITY libwacom-buildsize     "7.1 MB (with tests)">
    1212  <!ENTITY libwacom-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3435    </para>
    3536
    36     &lfs110a_checked;
     37    &lfs10_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    115116cd    build &amp;&amp;
    116117
    117 meson --prefix=/usr --buildtype=release -Dtests=disabled .. &amp;&amp;
     118meson --prefix=/usr -Dudev-dir=/lib/udev -Dtests=disabled .. &amp;&amp;
    118119ninja</userinput></screen>
    119120
     
    136137    <title>Command Explanations</title>
    137138
    138     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    139       href="../../xincludes/meson-buildtype-release.xml"/>
     139    <para>
     140      <parameter>-Dudev-dir=/lib/udev</parameter>: This parameter sets the
     141      proper installation directory for udev rules.
     142    </para>
    140143
    141144    <para>
     
    158161      <seglistitem>
    159162        <seg>
    160           libwacom-list-devices,
    161           libwacom-list-local-devices,
    162           libwacom-show-stylus, and
    163           libwacom-update-db
     163          libwacom-list-local-devices
    164164        </seg>
    165165        <seg>
     
    178178      <?dbhtml list-presentation="table"?>
    179179
    180       <varlistentry id="libwacom-list-devices">
    181         <term><command>libwacom-list-devices</command></term>
    182         <listitem>
    183           <para>
    184             lists all tablet devices that are supported by libwacom
    185           </para>
    186           <indexterm zone="libwacom libwacom-list-devices">
    187             <primary sortas="b-libwacom-list-devices">libwacom-list-devices</primary>
    188           </indexterm>
    189         </listitem>
    190       </varlistentry>
    191 
    192180      <varlistentry id="libwacom-list-local-devices">
    193181        <term><command>libwacom-list-local-devices</command></term>
    194182        <listitem>
    195183          <para>
    196             lists tablet devices that are connected to the system
     184            lists tablet devices that are connected to the system.
    197185          </para>
    198186          <indexterm zone="libwacom libwacom-list-local-devices">
     
    202190      </varlistentry>
    203191
    204       <varlistentry id="libwacom-show-stylus">
    205         <term><command>libwacom-show-stylus</command></term>
    206         <listitem>
    207           <para>
    208             lists tablet stylus IDs
    209           </para>
    210           <indexterm zone="libwacom libwacom-show-stylus">
    211             <primary sortas="b-libwacom-show-stylus">libwacom-show-stylus</primary>
    212           </indexterm>
    213         </listitem>
    214       </varlistentry>
    215 
    216       <varlistentry id="libwacom-update-db">
    217         <term><command>libwacom-update-db</command></term>
    218         <listitem>
    219           <para>
    220             updates the system according to the current set of tablet data files
    221           </para>
    222           <indexterm zone="libwacom libwacom-update-db">
    223             <primary sortas="b-libwacom-update-db">libwacom-update-db</primary>
    224           </indexterm>
    225         </listitem>
    226       </varlistentry>
    227 
    228192      <varlistentry id="libwacom-lib">
    229193        <term><filename class="libraryfile">libwacom.so</filename></term>
    230194        <listitem>
    231195          <para>
    232             contains functions used for accessing Wacom information
     196            contains functions used for accessing Wacom information.
    233197          </para>
    234198          <indexterm zone="libwacom libwacom-lib">
Note: See TracChangeset for help on using the changeset viewer.