Ignore:
Timestamp:
01/02/2021 04:13:08 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
qt5new
Children:
a84fc21
Parents:
03c3caa4 (diff), 24d47269 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk up to r24051

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libwacom.xml

    r03c3caa4 r4005416  
    77  <!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        "1b0ee3f541433fc6df562cce314986da">
     9  <!ENTITY libwacom-md5sum        "364bd470a35334b1a7fce70a359796d5">
    1010  <!ENTITY libwacom-size          "504 KB">
    11   <!ENTITY libwacom-buildsize     "9.6 MB (with tests)">
     11  <!ENTITY libwacom-buildsize     "7.1 MB (with tests)">
    1212  <!ENTITY libwacom-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    8787      <xref linkend="doxygen"/>,
    8888      <xref linkend="git"/>,
    89       <xref linkend="librsvg"/>, and
    90       <xref linkend="valgrind"/> (optional for some tests)
     89      <xref linkend="librsvg"/>,
     90      <xref linkend="valgrind"/> (optional for some tests), and
     91      <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink>
    9192    </para>
    9293
     
    99100    <title>Installation of libwacom</title>
    100101
     102<!--  Fixed in libwacom-1.7
    101103    <para>
    102104      First, adapt the udev rules to upstream udev/kernel changes:
     
    104106
    105107<screen><userinput remap="pre">sed -i 's/ACTION!="add|change"/ACTION=="remove"/' tools/65-libwacom.rules.in</userinput></screen>
     108-->
    106109
    107110    <para>
     
    113116cd    build &amp;&amp;
    114117
    115 meson --prefix=/usr -Dudev-dir=/lib/udev .. &amp;&amp;
     118meson --prefix=/usr -Dudev-dir=/lib/udev -Dtests=disabled .. &amp;&amp;
    116119ninja</userinput></screen>
    117120
    118121    <para>
    119122      To test the results, issue: <command>ninja test</command>.
     123      To run additional tests, install
     124      <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> and remove
     125      the "-Dtests=disabled" option from the meson line above.
    120126    </para>
    121127
     
    134140      <parameter>-Dudev-dir=/lib/udev</parameter>: This parameter sets the
    135141      proper installation directory for udev rules.
     142    </para>
     143
     144    <para>
     145      <parameter>-Dtests=disabled</parameter>: This parameter disables some of
     146      the more advanced tests because they require
     147      <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> to work
     148      properly.
    136149    </para>
    137150
Note: See TracChangeset for help on using the changeset viewer.