Ignore:
Timestamp:
10/04/2014 11:09:21 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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, krejzi/svn, 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:
b83be3d
Parents:
26487c1
Message:

Update to xf86-input-synaptics-1.8.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-synaptics.xml

    r26487c1 r112e64b  
    55  %general-entities;
    66
    7   <!ENTITY xorg-synaptics-driver-version "1.8.0">
     7  <!ENTITY xorg-synaptics-driver-version "1.8.1">
    88
    99  <!ENTITY xorg-synaptics-driver-download-http "&xorg-download-http;/driver/xf86-input-synaptics-&xorg-synaptics-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-synaptics-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-input-synaptics-&xorg-synaptics-driver-version;.tar.bz2">
    11   <!ENTITY xorg-synaptics-driver-md5sum        "27a3f2b31606a13dd6b58d419978d64f">
    12   <!ENTITY xorg-synaptics-driver-size          "440 KB">
    13   <!ENTITY xorg-synaptics-driver-buildsize     "4.8 MB">
    14   <!ENTITY xorg-synaptics-driver-time          "less than 0.1 SBU">
     11  <!ENTITY xorg-synaptics-driver-md5sum        "ed70d0cba94262a4008dcef654ab34a9">
     12  <!ENTITY xorg-synaptics-driver-size          "468 KB">
     13  <!ENTITY xorg-synaptics-driver-buildsize     "5.5 MB">
     14  <!ENTITY xorg-synaptics-driver-time          "0.1 SBU">
    1515]>
    1616
     
    9393      </para>
    9494
    95 <screen><userinput>sed -i '/_H_/ a#include &lt;xorg-server.h&gt;' src/{eventcomm,ps2comm,synproto}.h &amp;&amp;
    96 ./configure $XORG_CONFIG &amp;&amp;
     95<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    9796make</userinput></screen>
    9897
     
    106105
    107106<screen role="root"><userinput>make install</userinput></screen>
    108     </sect3>
    109 
    110     <sect3>
    111       <title>Command Explanations</title>
    112       <para>
    113         <command>sed -i ...</command>: This sed fixes building with the latest
    114         version of <application>Glibc</application>.
    115       </para>
    116107    </sect3>
    117108
Note: See TracChangeset for help on using the changeset viewer.