Changeset 6bc878e9


Ignore:
Timestamp:
03/15/2019 05:21:43 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
1c55d43
Parents:
0f73c155
Message:

Add --with-udev-rules-dir switch to xf86-input-wacom on SysV as well.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0f73c155 r6bc878e9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 14th, &year;">
     9<!ENTITY releasedate  "March 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r0f73c155 r6bc878e9  
    4242    </listitem>
    4343-->
     44
     45    <listitem revision="sysv">
     46      <para>March 15th, 2019</para>
     47      <itemizedlist>
     48        <listitem revision="sysv">
     49          <para>[dj] - Add --with-udev-rules-dir switch to xf86-input-wacom
     50          instructions on sysv as well.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4454
    4555    <listitem>
  • x/installing/x7driver-wacom.xml

    r0f73c155 r6bc878e9  
    123123      </para>
    124124
    125 <screen revision="sysv"><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no &amp;&amp;
     125<screen revision="sysv"><userinput>
     126./configure $XORG_CONFIG --with-systemd-unit-dir=no \
     127            --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
    126128make</userinput></screen>
    127129
Note: See TracChangeset for help on using the changeset viewer.