Ignore:
Timestamp:
03/12/2016 02:03:51 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
75ad443
Parents:
f7b80c39
Message:

Update to xterm-324.
Update to libvdpau_va_gl-0.3.6.
Update to libinput-1.2.1.
Update to talloc-2.1.6.
Update to libass-1.13.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17096 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    rf7b80c39 r0098ddeb  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.1.8">
     7  <!ENTITY libinput-version "1.2.1">
    88
    99  <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    1010  <!ENTITY libinput-download-ftp  " ">
    11   <!ENTITY libinput-md5sum        "3dda3e6dd7d0e865896dfe67f4fa0346">
    12   <!ENTITY libinput-size          "792 KB">
    13   <!ENTITY libinput-buildsize     "14 MB">
    14   <!ENTITY libinput-time          "0.1 SBU">
     11  <!ENTITY libinput-md5sum        "2b36d32362111c3e99f19c83bc535332">
     12  <!ENTITY libinput-size          "844 KB">
     13  <!ENTITY libinput-buildsize     "31 MB (with documentation)">
     14  <!ENTITY libinput-time          "0.3 SBU (with documentation)">
    1515]>
    1616
     
    8989      <xref linkend="doxygen"/> and
    9090      <xref linkend="graphviz"/> (to build the documentation)
    91       <xref linkend="gtk3"/> (to build the GUI event viewer) and
    92       <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>
     91      <xref linkend="gtk3"/> (to build the GUI event viewer),
     92      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, and
     93      <ulink url="https://sourceforge.net/projects/linuxwacom/files/libwacom/">libwacom</ulink>
    9394    </para>
    9495
     
    106107    </para>
    107108
    108 <screen><userinput>./configure --prefix=/usr    \
    109             --disable-static \
     109<screen><userinput>./configure $XORG_CONFIG       \
     110            --disable-libwacom \
    110111            --with-udev-dir=/lib/udev &amp;&amp;
    111112make</userinput></screen>
     
    137138    </para>
    138139
    139 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/libinput-&libinput-version; &amp;&amp;
    140 cp -rv doc/html/* /usr/share/doc/libinput-&libinput-version;</userinput></screen>
     140<screen role="root"><userinput>install -v -dm755 $XORG_PREFIX/share/doc/libinput-&libinput-version; &amp;&amp;
     141cp -rv doc/html/* $XORG_PREFIX/share/doc/libinput-&libinput-version;</userinput></screen>
    141142
    142143  </sect3>
     
    145146    <title>Command Explanations</title>
    146147
    147     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148       href="../../xincludes/static-libraries.xml"/>
     148    <para>
     149      <parameter>--disable-libwacom</parameter>: Remove this
     150      option if you ahve the external library libwacom installed.
     151    </para>
    149152
    150153    <para>
     
    171174        </seg>
    172175        <seg>
    173           /usr/share/doc/libinput-&libinput-version;
     176          $XORG_PREFIX/share/doc/libinput-&libinput-version;
    174177        </seg>
    175178      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.