Ignore:
Timestamp:
04/06/2016 11:23:04 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
c7facee
Parents:
02d46cb
Message:

Merges from trunk to r17100.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17231 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libinput.xml

    r02d46cb r9ea9aa7  
    77  <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    88  <!ENTITY libinput-download-ftp  " ">
    9   <!ENTITY libinput-md5sum        "3dda3e6dd7d0e865896dfe67f4fa0346">
    10   <!ENTITY libinput-size          "792 KB">
    11   <!ENTITY libinput-buildsize     "14 MB">
    12   <!ENTITY libinput-time          "0.1 SBU">
     9  <!ENTITY libinput-md5sum        "2b36d32362111c3e99f19c83bc535332">
     10  <!ENTITY libinput-size          "844 KB">
     11  <!ENTITY libinput-buildsize     "31 MB (with documentation)">
     12  <!ENTITY libinput-time          "0.3 SBU (with documentation)">
    1313]>
    1414
     
    8686      <xref linkend="doxygen"/> and
    8787      <xref linkend="graphviz"/> (to build the documentation)
    88       <xref linkend="gtk3"/> (to build the GUI event viewer) and
    89       <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>
     88      <xref linkend="gtk3"/> (to build the GUI event viewer),
     89      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, and
     90      <ulink url="https://sourceforge.net/projects/linuxwacom/files/libwacom/">libwacom</ulink>
    9091    </para>
    9192
     
    103104    </para>
    104105
    105 <screen><userinput>./configure --prefix=/usr    \
    106             --disable-static \
     106<screen><userinput>./configure --prefix=/usr     \
     107            --disable-libwacom \
    107108            --with-udev-dir=/lib/udev &amp;&amp;
    108109make</userinput></screen>
     
    142143    <title>Command Explanations</title>
    143144
    144     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145       href="../../xincludes/static-libraries.xml"/>
     145    <para>
     146      <parameter>--disable-libwacom</parameter>: Remove this
     147      option if you have the external library libwacom installed.
     148    </para>
    146149
    147150    <para>
Note: See TracChangeset for help on using the changeset viewer.