Ignore:
Timestamp:
10/26/2014 11:23:17 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
d72fae5a
Parents:
44ae5736
Message:

Convert xorg installing section.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-vmmouse-systemd.xml

    r44ae5736 r5b5c0e9  
    3434      </para>
    3535
    36       &lfs76_built;
     36      &lfs76_checked;
    3737
    3838      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    102102<screen><userinput>patch -Np1 -i ../xf86-input-vmmouse-&xorg-vmmouse-driver-version;-build_fix-1.patch &amp;&amp;
    103103./configure $XORG_CONFIG               \
     104            --without-hal-callouts-dir \
    104105            --without-hal-fdi-dir      \
    105             --without-hal-callouts-dir \
    106106            --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
    107107make</userinput></screen>
     
    122122
    123123      <para>
    124         <parameter>--with-udev-rules-dir=/lib/udev/rules.d</parameter>:
    125         This switch specifies where udev rules should be installed.
     124        <parameter>--without-hal-*-dir</parameter>: These switches
     125        disable installation of the <application>HAL</application>
     126        components which are not needed on Linux.
    126127      </para>
    127128
    128129      <para>
    129         <option>--without-hal-*-dir</option>: These switches disable
    130         installation of the <application>HAL</application> components
    131         which are not needed on Linux.
     130        <parameter>--with-udev-rules-dir=/lib/udev/rules.d</parameter>:
     131        This switch specifies where Udev rules should be installed.
    132132      </para>
    133133
Note: See TracChangeset for help on using the changeset viewer.