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-vmware-systemd.xml

    r44ae5736 r5b5c0e9  
    6868      </itemizedlist>
    6969
     70      <bridgehead renderas="sect4">Additional Downloads</bridgehead>
     71      <itemizedlist spacing="compact">
     72        <listitem>
     73          <para>
     74            Required patch:
     75            <ulink url="&patch-root;/xf86-video-vmware-&xorg-vmware-driver-version;-upstream_fixes-1.patch"/>
     76          </para>
     77        </listitem>
     78      </itemizedlist>
     79
    7080      <bridgehead renderas="sect4">Xorg VMware Driver Dependencies</bridgehead>
    7181
     
    107117      </para>
    108118
    109 <screen><userinput>sed -i "/xf86xv.h/i #include &lt;xorg-server.h&gt;" vmwgfx/vmwgfx_overlay.c &amp;&amp;
     119<screen><userinput>patch -Np1 -i ../xf86-video-vmware-&xorg-vmware-driver-version;-upstream_fixes-1.patch &amp;&amp;
     120sed -i "/xf86xv.h/i #include &lt;xorg-server.h&gt;" vmwgfx/vmwgfx_overlay.c &amp;&amp;
    110121
    111122./configure $XORG_CONFIG &amp;&amp;
     
    121132
    122133<screen role="root"><userinput>make install</userinput></screen>
     134
    123135    </sect3>
    124136
    125137    <sect3>
    126138      <title>Command Explanations</title>
     139
    127140      <para>
    128141        <command>sed -i ...</command>: This sed fixes building with the latest
    129142        version of <application>Glibc</application>.
    130143      </para>
     144
    131145    </sect3>
    132146
Note: See TracChangeset for help on using the changeset viewer.