Ignore:
Timestamp:
08/23/2014 03:05:43 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
87808da
Parents:
09d2395
Message:

Check Xorg Section and Deps. Fix xserver and drivers for glibc-2.20.

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

File:
1 edited

Legend:

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

    r09d2395 rc3c67b5b  
    3535      </para>
    3636
    37       &lfs75_built;
     37      &lfs76_built;
    3838
    3939      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    115115      </para>
    116116
    117 <screen><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no &amp;&amp;
     117<screen><userinput>./configure $XORG_CONFIG                                \
     118            --with-udev-rules-dir=/lib/udev/rules.d     \
     119            --with-systemd-unit-dir=/lib/systemd/system &amp;&amp;
    118120make</userinput></screen>
    119121
     
    127129
    128130<screen role="root"><userinput>make install</userinput></screen>
     131
     132    </sect3>
     133
     134    <sect3>
     135      <title>Command Explanations</title>
     136
     137      <para>
     138        <parameter>--with-udev-rules-dir=/lib/udev/rules.d</parameter>:
     139        This switch specifies where Udev rules should be installed.
     140      </para>
     141
     142      <para>
     143        <parameter>--with-systemd-unit-dir=/lib/systemd/system</parameter>:
     144        This switch specifies where systemd units should be installed.
     145      </para>
     146
    129147    </sect3>
    130148
Note: See TracChangeset for help on using the changeset viewer.