Ignore:
Timestamp:
03/24/2020 05:39:48 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
47274444
Parents:
c4ddb386
Message:

Update to libwacom-1.2 and change URL to Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libwacom.xml

    rc4ddb386 r914049f6  
    55  %general-entities;
    66
    7   <!ENTITY libwacom-download-http "&sourceforge-dl;/linuxwacom/libwacom-&libwacom-version;.tar.bz2">
     7  <!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        "3a6b614b57518b25a102dcd9e51d6681">
    10   <!ENTITY libwacom-size          "484 KB">
    11   <!ENTITY libwacom-buildsize     "5.5 MB (with tests)">
     9  <!ENTITY libwacom-md5sum        "41278ac060f7a89dc7eb2cafef51fe2c">
     10  <!ENTITY libwacom-size          "492 KB">
     11  <!ENTITY libwacom-buildsize     "8.8 MB (with tests)">
    1212  <!ENTITY libwacom-time          "0.1 SBU (with tests)">
    1313]>
     
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
     87      <xref linkend="doxygen"/>,
    8788      <xref linkend="git"/>,
    8889      <xref linkend="gtk2"/>, and
     
    103104    </para>
    104105
    105 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    106 make</userinput></screen>
     106<screen><userinput>mkdir build &amp;&amp;
     107cd    build &amp;&amp;
     108
     109meson --prefix=/usr -Dudev-dir=/lib/udev .. &amp;&amp;
     110ninja</userinput></screen>
    107111
    108112    <para>
    109       To test the results, issue: <command>make check</command>.
     113      To test the results, issue: <command>ninja test</command>.
    110114    </para>
    111115
     
    114118    </para>
    115119
    116 <screen role="root"><userinput>make install</userinput></screen>
     120<screen role="root"><userinput>ninja install</userinput></screen>
    117121
    118122  </sect2>
     
    121125    <title>Command Explanations</title>
    122126
    123     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124       href="../../xincludes/static-libraries.xml"/>
     127    <para>
     128      <parameter>-Dudev-dir=/lib/udev</parameter>: This parameter sets the
     129      proper installation directory for udev rules.
     130    </para>
    125131
    126132  </sect2>
Note: See TracChangeset for help on using the changeset viewer.