Changeset 5325348


Ignore:
Timestamp:
07/07/2017 03:29:31 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
31016b9
Parents:
29efd929
Message:

Update libinput install instructions.
Fix faac md5sum for stealth update and add bootstrap command.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r29efd929 r5325348  
    4646      <para>July 7th, 2017</para>
    4747      <itemizedlist>
     48       <listitem>
     49         <para>[bdubbs] - Update libinput install instructions. Fixes
     50         <ulink url="&blfs-ticket-root;9456">#9456</ulink>.</para>
     51       </listitem>
    4852       <listitem>
    4953         <para>[pierre] - Update to pciutils-3.5.5. Fixes
  • multimedia/libdriv/faac.xml

    r29efd929 r5325348  
    77  <!ENTITY faac-download-http "&sourceforge-repo;/faac/faac-&faac-version;.tar.bz2">
    88  <!ENTITY faac-download-ftp  " ">
    9   <!ENTITY faac-md5sum        "ec0e398076bc7cf81bad0940fcd40649">
     9  <!ENTITY faac-md5sum        "6d3d7e8f5eb54438bdd9300223993acd">
    1010  <!ENTITY faac-size          "300 KB">
    1111  <!ENTITY faac-buildsize     "13 MB">
     
    3737
    3838    &lfs80_checked;
     39    &gcc7_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8182
    8283<screen><userinput>sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &amp;&amp;
     84
     85./bootstrap &amp;&amp;
    8386
    8487CFLAGS=-std=c99 CXXFLAGS=-std=c++98 \
  • x/installing/libinput.xml

    r29efd929 r5325348  
    9090      <xref linkend="graphviz"/> (to build the documentation)
    9191      <xref linkend="gtk3"/> (to build the GUI event viewer),
    92       <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink> (required to build tests), and
     92      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, and
    9393      <ulink revision="sysv" url="https://sourceforge.net/projects/linuxwacom/files/libwacom/">libwacom</ulink>
    9494      <xref revision="systemd" linkend="libwacom"/>
     
    108108    </para>
    109109
    110 <screen><userinput>./configure $XORG_CONFIG       \
    111             --disable-libwacom \
     110<screen><userinput>./configure $XORG_CONFIG            \
     111            --disable-libwacom      \
     112            --without-libunwind     \
     113            --disable-tests         \
     114            --disable-documentation \
    112115            --with-udev-dir=/lib/udev &amp;&amp;
    113116make</userinput></screen>
    114117
    115118    <note>
    116       <para>If you want to run the tests, add --enable-tests to the
    117       <command>configure</command> options above. In addition, the external
     119      <para>If you want to run the tests, change --disable-tests
     120      to --enable-tests and remove the --without-libunwind option in the
     121      <command>configure</command> command above. The external
    118122      library, libunwind, must be installed.</para>
    119123
     
    177181    </para>
    178182
     183    <para>
     184      <parameter>--enable-debug-gui</parameter>: This switch
     185      enables creation of a visual debug helper for libinput.
     186    </para>
     187
    179188  </sect3>
    180189
     
    189198      <seglistitem>
    190199        <seg>
    191           libinput-debug-events and libinput-list-devices
     200          libinput,
     201          libinput-debug-events, and
     202          libinput-list-devices
    192203        </seg>
    193204        <seg>
     
    195206        </seg>
    196207        <seg>
     208          $XORG_PREFIX/libexec/libinput and
    197209          $XORG_PREFIX/share/doc/libinput-&libinput-version;
    198210        </seg>
Note: See TracChangeset for help on using the changeset viewer.