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/xorg-server-systemd.xml

    r09d2395 rc3c67b5b  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    142142    </para>
    143143
    144 <screen><userinput>./configure $XORG_CONFIG                    \
     144<screen><userinput>sed -i "/scrnintstr/i #include &lt;xorg-server.h&gt;" exa/exa.h glamor/glamor.h &amp;&amp;
     145./configure $XORG_CONFIG                    \
    145146           --with-xkb-output=/var/lib/xkb   \
    146147           --enable-dmx                     \
     
    165166  <sect2 role="commands">
    166167    <title>Command Explanations</title>
     168
     169    <para>
     170      <command>sed -i ...</command>: This sed fixes several header files that are
     171      broken with Glibc 2.20 so the drivers using them wouldn't fail to build.
     172    </para>
    167173
    168174    <para>
Note: See TracChangeset for help on using the changeset viewer.